instance method
create_migrations
Ruby on Rails 8.1.2
Since v6.1.7.10Signature
create_migrations()
No documentation comment.
Source
# File actiontext/lib/generators/action_text/install/install_generator.rb, line 50
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 50
· View on GitHub
· Improve this page
· Find usages on GitHub
Defined in ActionText::Generators::InstallGenerator