Re: [Rails] Re: Re: Re: Simple_Form has_many through question

2016-03-10 Thread Colin Law
On 9 March 2016 at 23:19, John Sanderbeck wrote: > Colin Law wrote in post #1182071: >> OK, I did not realise that you wanted to input a numeric value. The >> fact that it is an integer rather than, for example, a text string, is >> irrelevant to the form. You just need to use f.input. What you

[Rails] Re: Re: Re: Simple_Form has_many through question

2016-03-09 Thread John Sanderbeck
Colin Law wrote in post #1182071: > OK, I did not realise that you wanted to input a numeric value. The > fact that it is an integer rather than, for example, a text string, is > irrelevant to the form. You just need to use f.input. What you do > with that in the controller, of course, is up to