Skip to content

Commit

Permalink
Adds :inline option to Action Mailbox generator rails_command
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaynikam committed May 4, 2020
1 parent 1d8e65a commit 9b60273
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ def add_action_mailbox_production_environment_config
end

def create_migrations
rails_command "railties:install:migrations FROM=active_storage,action_mailbox"
rails_command "railties:install:migrations FROM=active_storage,action_mailbox", inline: true
end
end
end
Expand Down

0 comments on commit 9b60273

Please sign in to comment.