Tali Luvhengo

Results 5 comments of Tali Luvhengo

Hey thanks for the quick response buddy. I Added ``` ruby inherits_from :item, methods: true ``` Getting the error below. FYI i'm a total Rails n00b. ``` ruby undefined method...

Hey Matt sorry was using two gems, had this confused with the 'class-table-inheritance' gem. Arrrrrg. So I removed it now im using multiple_table_inheritance. Still getting this error thought after adding...

invoice.rows.each do |row| works just fine without .includes(:rows) but i'm trying to avoid the N+1 queries issue In the view. Hey here is the code i have. ``` ruby class...