Skip to main content

All Questions

Filter by
Sorted by
Tagged with
22 votes
2 answers
28k views

How should I use rails and simple_form for nested resources?

I'm trying to create one resource with another nested resource at the same time. I'm using Rails4 and simple_form 3.0.0rc. Here is my code. Models: class User < ActiveRecord::Base has_one :...
vasily.sib's user avatar
  • 4,002