instance method
create_migrations
Ruby on Rails 6.1.7.10
Since v6.1.7.10Signature
create_migrations()
No documentation comment.
Source
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 51
def create_migrations
rails_command "railties:install:migrations FROM=active_storage,action_text", inline: true
end
Defined in actiontext/lib/generators/action_text/install/install_generator.rb line 51
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Generators::InstallGenerator