class ActionText::Generators::InstallGenerator

def create_migrations

def create_migrations
  rails_command "railties:install:migrations FROM=active_storage,action_text", inline: true
end