YaleSTC / reservations

Manage equipment loans & reservations. Who can borrow what, for how long?
yalestc.github.io/reservations
MIT License
139 stars 57 forks source link

NoMethodError in ReportsController#subreport #1792

Open holber0 opened 4 years ago

holber0 commented 4 years ago

Hi,

I'm testing your Reservation Tool. When i want to create a report for a Equipment Model, i got this Error:

66 67 68 69 70 71 EquipmentModel.where(category_id: params[:id]).collect(&:id) else sanitize_sql(params[:id]) end # also NOT a SQL-injection -- id_symbol is built by ClassFromString,

do you have a solution for that? thanks!