Module: Inform::Privileges
- Defined in:
- lib/runtime/runtime.rb
Overview
The Inform::Privileges module to implement privilege
Instance Method Summary collapse
Instance Method Details
#admin? ⇒ Boolean
265 266 267 |
# File 'lib/runtime/runtime.rb', line 265 def admin? self.has?(:admin) end |
#builder? ⇒ Boolean
269 270 271 |
# File 'lib/runtime/runtime.rb', line 269 def builder? admin? || self.has?(:builder) end |