Class: NullUser
- Inherits:
-
Object
- Object
- NullUser
- Defined in:
- app/helpers/application_helper.rb
Instance Method Summary collapse
Instance Method Details
#can_change_editors?(p) ⇒ Boolean
131 |
# File 'app/helpers/application_helper.rb', line 131 def can_change_editors?(p); false; end |
#can_edit?(p) ⇒ Boolean
130 |
# File 'app/helpers/application_helper.rb', line 130 def can_edit?(p); false; end |
#nil? ⇒ Boolean
129 |
# File 'app/helpers/application_helper.rb', line 129 def nil?; true; end |