Re: [Rails] manually creating a route to...

2018-10-25 Thread Joe Guerra
Ok, I created a new controller for invoicing and removed it from my [static] pages controller. On Wednesday, October 24, 2018 at 1:27:25 PM UTC-4, Joe Guerra wrote: > > Yes, I know I've run plenty of scaffolds and generated lots of models. > > I just didn't think I would need to do this, but now

Re: [Rails] Re: Having a problem figuring out how to structure this... Nesting issue

2018-10-25 Thread Colin Law
On Wed, 24 Oct 2018 at 23:21, John Sanderbeck wrote: > One question though... For a through association, I have to have a join > table for the association. > No, if you say Reason has_many :data_entries, :through: :assessment then since you already have reason belongs_to assessment so if you