class Sufia::Models::ProxiesGenerator

Public Instance Methods

banner() click to toggle source
copy_migrations() click to toggle source

Setup the database migrations

# File lib/generators/sufia/models/proxies_generator.rb, line 16
def copy_migrations
  [
    'create_proxy_deposit_rights.rb',
    'create_proxy_deposit_requests.rb'
  ].each do |file|
    better_migration_template file
  end
end