Method: Adherent::AdhesionsController#edit
- Defined in:
- app/controllers/adherent/adhesions_controller.rb
#edit ⇒ Object
17 18 19 |
# File 'app/controllers/adherent/adhesions_controller.rb', line 17 def edit @adhesion= @member.adhesions.find(params[:id]) end |