class Noid::Rails::InstallGenerator

Generates the migrations into the host application

Public Instance Methods

banner() click to toggle source
migrations() click to toggle source
# File lib/generators/noid/rails/install_generator.rb, line 17
def migrations
  rake 'noid_rails_engine:install:migrations'
end