Method: Adherent::AdhesionsController#edit

Defined in:
app/controllers/adherent/adhesions_controller.rb

#editObject



17
18
19
# File 'app/controllers/adherent/adhesions_controller.rb', line 17

def edit
  @adhesion= @member.adhesions.find(params[:id])
end