module AuthAssist::RoleMigrations

Public Class Methods

clazz(name) click to toggle source
# File lib/generators/role_migrations.rb, line 6
def self.clazz(name)
  "AuthAssist::RoleMigrations::#{name.camelize}".constantize      
end