Skip to content

Commit 00a171b

Browse files
committed
standard:fix
1 parent a08e1bb commit 00a171b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

lib/generators/fx/function/function_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Generators
66
# @api private
77
class FunctionGenerator < Rails::Generators::NamedBase
88
include Rails::Generators::Migration
9+
910
source_root File.expand_path("../templates", __FILE__)
1011

1112
class_option :migration, type: :boolean

lib/generators/fx/trigger/trigger_generator.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ module Generators
66
# @api private
77
class TriggerGenerator < Rails::Generators::NamedBase
88
include Rails::Generators::Migration
9+
910
source_root File.expand_path("../templates", __FILE__)
1011
argument :table_name, type: :hash, required: true
1112

0 commit comments

Comments
 (0)