Module: Redmineup::Patches::RoutingMapperPatch::InstanceMethods
- Defined in:
- lib/redmineup/compatibility/routing_mapper_patch.rb
Instance Method Summary collapse
Instance Method Details
#constraints_with_redmineup(options = {}, &block) ⇒ Object
14 15 16 17 |
# File 'lib/redmineup/compatibility/routing_mapper_patch.rb', line 14 def constraints_with_redmineup( = {}, &block) [:object_type] = /.+/ if [:object_type] && [:object_type].is_a?(Regexp) constraints_without_redmineup(, &block) end |