|
switched all Perm::CONSTANT to Perm.scope calls. Travis could not handle CONSTANT definitions likely due to rails/ruby evironment. Its better to use scope for queries anyway
|
|---|
|
|
| .travis.yml |
|---|
| app/controllers/sections_controller.rb |
|---|
| app/controllers/users_controller.rb |
|---|
| app/models/perm.rb |
|---|
| app/models/user.rb |
|---|
| app/policies/section_policy.rb |
|---|
| test/functional/sections_controller_test.rb |
|---|