aboutsummaryrefslogtreecommitdiff
blob: aeead3bcbd18794b23f9c3c66e5639338d060de6 (plain)
1
2
3
4
5
6
7
class ApprovalsController < ApplicationController

  hobo_model_controller

  auto_actions :all, :except => [:new, :index]

end