Method: Cullender::RulesController#index

Defined in:
app/controllers/cullender/rules_controller.rb

#indexObject

TODO should route without resource. ie not event/rules just /rules GET /rules



8
9
10
# File 'app/controllers/cullender/rules_controller.rb', line 8

def index
  @rules = Cullender::Rule.all
end