class RouteConstraintsFaqs
Public Instance Methods
matches?(request)
click to toggle source
# File lib/route_constraints_faqs.rb, line 2 def matches?(request) Helpdesk.root_controller == 'faqs' end
# File lib/route_constraints_faqs.rb, line 2 def matches?(request) Helpdesk.root_controller == 'faqs' end