Method: LendingPoliciesController#show
- Defined in:
- app/controllers/lending_policies_controller.rb
#show ⇒ Object
GET /lending_policies/1 GET /lending_policies/1.json
19 20 21 22 23 24 |
# File 'app/controllers/lending_policies_controller.rb', line 19 def show respond_to do |format| format.html # show.html.erb format.json { render json: @lending_policy } end end |