We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dac4c27 commit ba47110Copy full SHA for ba47110
lib/generators/avo/action_generator.rb
@@ -11,7 +11,7 @@ class ActionGenerator < NamedBaseGenerator
11
namespace "avo:action"
12
13
def create_resource_file
14
- template "action.tt", "app/avo/actions/#{singular_name}.rb"
+ template "action.tt", "app/avo/actions/#{name.underscore}.rb"
15
end
16
17
def configuration_options
0 commit comments