Method: DiscoveryRulesController#new
- Defined in:
- app/controllers/discovery_rules_controller.rb
#new ⇒ Object
18 19 20 |
# File 'app/controllers/discovery_rules_controller.rb', line 18 def new @discovery_rule = DiscoveryRule.new(:priority => DiscoveryRule.suggest_priority) end |