ABTech / tracker

Carnegie Mellon Activities Board Technical Committee Tracker
abtech.org
22 stars 29 forks source link

"Appliable" field missing from event_role #530

Closed NoRePercussions closed 1 year ago

NoRePercussions commented 1 year ago

Despite being referenced repeatedly and in the schema, there doesn't seem to be a definition for :appliable in the event_roles model.

DaAwesomeP commented 1 year ago

In Rails schema attributes do not have to be mentioned in the model unless you need to perform/add some non-default methods/functionality to the attribute.