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