I have the following in the old syntax:
render json: [@note.to_json(:include => { :contact => { :except => [:created_at, :updated_at]}}, only: :body)], status: :created, location: [@contact, @note]
How would I do this in the new 1.9 hash syntax? I've tried plenty of different ways but can't seem to understand the syntax. On a side note, I find it rather confusing.
Edit: Actually realized I'm already mixing it in with the json: call. Bah! Hate going between to two.
=>and in fact you have to use it if your keys are not symbols or if they're symbols like:$inor:'this.that'. – mu is too short Feb 18 '12 at 5:07