Class: Arrthorizer::ContextRoleGenerator

Inherits:
Rails::Generators::NamedBase
  • Object
show all
Defined in:
lib/generators/arrthorizer/context_role/context_role_generator.rb

Instance Method Summary collapse

Instance Method Details

#create_roleObject



4
5
6
# File 'lib/generators/arrthorizer/context_role/context_role_generator.rb', line 4

def create_role
  template "role.rb", "app/roles/#{name}.rb"
end