Skip to content

Commit 5f57e0c

Browse files
authored
Merge pull request #233 from stephannv/patch-1
Update generated base_view.rb comments
2 parents 901cd03 + f639cdd commit 5f57e0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# frozen_string_literal: true
22

33
class Views::Base < Components::Base
4-
# The ApplicationView is an abstract class for all your views.
4+
# The `Views::Base` is an abstract class for all your views.
55

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

0 commit comments

Comments
 (0)