Class: Trek::PreviewPolicy
- Inherits:
-
ApplicationPolicy
- Object
- ActionPolicy::Base
- ApplicationPolicy
- Trek::PreviewPolicy
- Defined in:
- app/policies/trek/preview_policy.rb
Direct Known Subclasses
Instance Method Summary collapse
Methods inherited from ApplicationPolicy
Methods included from Trek::Policies::PermittedAttributes
#permitted_attribute?, #permitted_attributes
Methods included from Trek::Policies::Helpers
Instance Method Details
#home? ⇒ Boolean
3 4 5 |
# File 'app/policies/trek/preview_policy.rb', line 3 def home? true end |