Hello, I'm new to rails and would like to know how the rails collection_select helper works, I was not able to deduce based on the explanations and examples in the official documentation.
collection_select(:post, :author_id, Author.all, :id, :...
asked by
24.04.2018 / 16:42