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.
1 parent 60871ca commit 5acfbc0Copy full SHA for 5acfbc0
lib/generators/ruby_ui/install/install_generator.rb
@@ -42,7 +42,7 @@ def install_ruby_ui_initializer
42
43
def add_ruby_ui_module_to_components_base
44
say "Adding RubyUI Kit to Components::Base"
45
- insert_into_file Rails.root.join("app/components/base.rb"), after: "include Components" do
+ insert_into_file Rails.root.join("app/components/base.rb"), after: "class Components::Base < Phlex::HTML" do
46
"\n include RubyUI"
47
end
48
0 commit comments