class ActsAsTokenable::Generators::InstallGenerator

Public Instance Methods

install_migrations() click to toggle source
# File lib/generators/acts_as_tokenable/install_generator.rb, line 6
def install_migrations
  Dir.chdir(Rails.root) do
    `rake acts_as_tokenable:install:migrations`
  end
end