I am running into a problem with to_json not rendering my virtual attributes
class Location < ActiveRecord::Base belongs_to :event before_create :g
how about to_json(:methods => [:event_oid]), does that work?
to_json(:methods => [:event_oid])