Method: PassTypesController#edit
- Defined in:
- app/controllers/pass_types_controller.rb
#edit ⇒ Object
32 33 34 |
# File 'app/controllers/pass_types_controller.rb', line 32 def edit @pass_type = current_user.current_organization.pass_types.where(:id => params[:id]).first end |