Flowdock
method

create_migrations

Importance_0
v6.1.3.1 - Show latest stable - 0 notes - Class: InstallGenerator
create_migrations() public

No documentation

This method has no description. You can help the Ruby on Rails community by adding new notes.

Hide source
# File actionmailbox/lib/generators/action_mailbox/install/install_generator.rb, line 23
      def create_migrations
        rails_command "railties:install:migrations FROM=active_storage,action_mailbox", inline: true
      end
Register or log in to add new notes.