Class: OrganizationAccessMode::Gone
- Defined in:
- app/models/organization_access_mode/gone.rb
Instance Attribute Summary
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Forbidden
#discuss_here?, #faqs_here?, #profile_here?, #show_content?
Methods inherited from Base
#discuss_here?, #faqs_here?, #initialize, #read_only?, #resolve_discussions_here?, #restore_indicators?, #show_content_element?, #show_discussion_element?, #submit_solutions_here?, #validate_content_here!, #validate_discuss_here!
Constructor Details
This class inherits a constructor from OrganizationAccessMode::Base
Instance Method Details
#validate_active! ⇒ Object
2 3 4 |
# File 'app/models/organization_access_mode/gone.rb', line 2 def validate_active! raise Mumuki::Domain::DisabledOrganizationError end |