Sha256: afd2d106668ebfc00b6952551a1fb8503339964eaecbb3d1bac8fa35fe37b57f
Contents?: true
Size: 435 Bytes
Versions: 9
Compression:
Stored size: 435 Bytes
Contents
Description: Generate a template for a new Arrthorizer::ContextRole Example: rails generate context_role forum/post_author This will create: app/roles/forum/post_author.rb and a unit test file for the new role, depending on your framework: rspec: spec/roles/forum/post_author_spec.rb test_unit: test/roles/forum/post_author_test.rb mini_test: test/roles/forum/post_author_test.rb
Version data entries
9 entries across 9 versions & 1 rubygems