japacible / commission-me

Platform for commissioners and buyers to connect and finalize sales.
http://commissionme.herokuapp.com/
4 stars 3 forks source link

Where is this method defined and how is it linked? #217

Closed acouch00 closed 10 years ago

acouch00 commented 10 years ago

I am looking into putting up a "Finalize" button on the commission review page.

I noticed that the two existing buttons link to "commissions_requests_accept_path" or "commissions_requests_decline_path," but I'm not entirely sure where these are defined. See code. The functions seem to be defined in app/controllers/commissions_controller.rb but I'm not really seeing how it's being linked to that.

Any pointers? Thanks in advance.

acouch00 commented 10 years ago

Ah, resolved. Thanks, anyway!