method

create_migrations

rails latest stable - Class: ActionText::Generators::InstallGenerator
create_migrations()
public

No documentation available.

# File actiontext/lib/generators/action_text/install/install_generator.rb, line 67
      def create_migrations
        rails_command "railties:install:migrations FROM=active_storage,action_text", inline: true
      end