We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 901cd03 + f639cdd commit 5f57e0cCopy full SHA for 5f57e0c
lib/generators/phlex/install/templates/base_view.rb.erb
@@ -1,9 +1,9 @@
1
# frozen_string_literal: true
2
3
class Views::Base < Components::Base
4
- # The ApplicationView is an abstract class for all your views.
+ # The `Views::Base` is an abstract class for all your views.
5
6
- # By default, it inherits from `ApplicationComponent`, but you
+ # By default, it inherits from `Components::Base`, but you
7
# can change that to `Phlex::HTML` if you want to keep views and
8
# components independent.
9
end
0 commit comments