Skip to content

Instantly share code, notes, and snippets.

@workmad3
Created June 13, 2014 09:36
Show Gist options
  • Save workmad3/abb2a8a5b271b85d2fba to your computer and use it in GitHub Desktop.
Save workmad3/abb2a8a5b271b85d2fba to your computer and use it in GitHub Desktop.
class Foobar < ActiveRecord::Base
attr_accessor :foobar
def as_json(options = {})
options[:methods] ||= []
options[:methods] << :foobar
super(options)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment