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.
2 parents e0ac4a1 + 4365ab4 commit edbb333Copy full SHA for edbb333
lib/generators/rails/templates/api_controller.rb
@@ -1,5 +1,5 @@
1
<% if namespaced? -%>
2
-require_dependency "<%= namespaced_file_path %>/application_controller"
+require_dependency "<%= namespaced_path %>/application_controller"
3
4
<% end -%>
5
<% module_namespacing do -%>
lib/generators/rails/templates/controller.rb
0 commit comments