Skip to content

Instantly share code, notes, and snippets.

@dummied
Created January 29, 2009 16:40
Show Gist options
  • Save dummied/54612 to your computer and use it in GitHub Desktop.
Save dummied/54612 to your computer and use it in GitHub Desktop.
def to_json(options = {})
options[:methods] ||= :file_path
options[:only] ||= [:id, :created_at, :caption]
super(options)
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment