Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions lib/generators/phlex/install/templates/base_view.rb.erb
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# frozen_string_literal: true

class Views::Base < Components::Base
# The ApplicationView is an abstract class for all your views.
# The `Views::Base` is an abstract class for all your views.

# By default, it inherits from `ApplicationComponent`, but you
# By default, it inherits from `Components::Base`, but you
# can change that to `Phlex::HTML` if you want to keep views and
# components independent.
end