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
110 |
# File 'app/helpers/application_helper.rb', line 110 def can_change_editors?(p); false; end |
#can_edit?(p) ⇒ Boolean
109 |
# File 'app/helpers/application_helper.rb', line 109 def can_edit?(p); false; end |
#nil? ⇒ Boolean
108 |
# File 'app/helpers/application_helper.rb', line 108 def nil?; true; end |