Skip to content
Merged
Changes from 1 commit
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
2 changes: 1 addition & 1 deletion lib/generators/ruby_ui/install/install_generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ def install_ruby_ui_initializer

def add_ruby_ui_module_to_components_base
say "Adding RubyUI Kit to Components::Base"
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: "include Phlex::Rails::Helpers::Routes" do
"\n include RubyUI"
end
end
Expand Down