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 324b472 commit b2340a5Copy full SHA for b2340a5
app/concepts/matestack/ui/core/view/view.rb
@@ -1,4 +1,4 @@
1
-require_dependency "cell/partial"
+require "cell/partial"
2
3
module Matestack::Ui::Core::View
4
class View < Matestack::Ui::Core::Component::Static
@@ -15,7 +15,7 @@ def include_partial
15
controller.render_to_string view_path, layout: false, locals: locals
16
elsif partial_path
17
controller.render_to_string partial: partial_path, layout: false, locals: locals
18
- else
+ else
19
raise 'view or partial param missing for RailsView Component'
20
end
21
0 commit comments