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 9be992a commit 68959b7Copy full SHA for 68959b7
1 file changed
lib/reactive-ruby/rails/railtie.rb
@@ -9,6 +9,13 @@ class Railtie < ::Rails::Railtie
9
app.config.react.view_helper_implementation =
10
ReactiveRuby::Rails::ComponentMount
11
end
12
+ config.after_initialize do
13
+ class ::HyperloopController < ::ApplicationController
14
+ def action_missing(name)
15
+ render_component
16
+ end
17
18
19
20
21
0 commit comments