Skip to content

Instantly share code, notes, and snippets.

@v-fedorov
Created November 26, 2012 23:29
Show Gist options
  • Save v-fedorov/4151350 to your computer and use it in GitHub Desktop.
Save v-fedorov/4151350 to your computer and use it in GitHub Desktop.
def as_json(options)
super(:only => [:id, :name, :description, :permalink, :starts_at, :ends_at],
:methods => [:list_image_url, :upcoming_image_url, :main_image_url])
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment