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