rake routes:
finance_bill_rec_bill_rec_offs GET
/finance/bill_recs/:bill_rec_id/bill_rec_offs(.:format)
finance/bill_rec_offs#index
POST
/finance/bill_recs/:bill_rec_id/bill_rec_offs(.:format)
finance/bill_rec_offs#create
new_finance_bill_rec_bill_rec_off GET
/finance/bill_recs/:bill_rec_id/bill_rec_offs/new(.:format)
finance/bill_rec_offs#new
edit_finance_bill_rec_bill_rec_off GET
/finance/bill_recs/:bill_rec_id/bill_rec_offs/:id/edit(.:format)
finance/bill_rec_offs#edit
finance_bill_rec_bill_rec_off GET
/finance/bill_recs/:bill_rec_id/bill_rec_offs/:id(.:format)
finance/bill_rec_offs#show
PUT
/finance/bill_recs/:bill_rec_id/bill_rec_offs/:id(.:format)
finance/bill_rec_offs#update
DELETE
/finance/bill_recs/:bill_rec_id/bill_rec_offs/:id(.:format)
finance/bill_rec_offs#destroy
The routes works well, like <%= link_to "new",
new_finance_bill_rec_bill_rec_off(@bill_rec) %>
--
Posted via http://www.ruby-forum.com/.
--
You received this message because you are subscribed to the Google Groups "Ruby
on Rails: Talk" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit https://groups.google.com/groups/opt_out.