Displaying 1 result from an estimated 1 matches for "trades_buy_url".
2008 Jun 11
1
Resourse route in namespace with prefix error
...9;/trades/:contract_id''
end
I want the contract_id variable to filter a list of buys
then I try to open this route http://localhost:3000/trades/1/buys
I get a strange error:
ActionController::RoutingError in Trades/buys#index
Showing trades/buys/index.html.erb where line #12 raised:
trades_buy_url failed to generate from {:contract_id=>#<Trades::Buy
id: 5951, asset_id: 309, type: "Buy", contract_id: 1, investor_id: 1,
date: "2001-09-30", trade_status_id: 1, is_future_operation: false,
quantity: #<BigDecimal:7fb8004,''0.2E2'',4(8)>, price: #<...