Class: Iron::PublishedPageConstraint
- Inherits:
-
Object
- Object
- Iron::PublishedPageConstraint
- Defined in:
- lib/iron/published_page_constraint.rb
Instance Method Summary collapse
Instance Method Details
#matches?(request) ⇒ Boolean
3 4 5 |
# File 'lib/iron/published_page_constraint.rb', line 3 def matches?(request) matches_locale?(request) && has_published_entry?(request) end |