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 965a7ed commit 7ee1831Copy full SHA for 7ee1831
lib/generators/ruby_ui/install/templates/ruby_ui.rb.erb
@@ -11,7 +11,7 @@ Rails.autoloaders.main.inflector.inflect(
11
12
# Allow using RubyUI::ComponentName instead Components::RubyUI::ComponentName
13
Rails.autoloaders.main.push_dir(
14
- "#{Rails.root}/app/components/ruby_ui", namespace: RubyUI
+ Rails.root.join("app/components/ruby_ui"), namespace: RubyUI
15
)
16
17
# Allow using RubyUI::ComponentName instead RubyUI::ComponentName::ComponentName
0 commit comments