Skip to content

Instantly share code, notes, and snippets.

@tizoc
Created July 4, 2012 16:45
Show Gist options
  • Save tizoc/3048265 to your computer and use it in GitHub Desktop.
Save tizoc/3048265 to your computer and use it in GitHub Desktop.
module LikeRoutes
def self.registered(app)
url_for_like = app.url(app.record_name,
"#{app.base_url}/:id/like")
app.get url_for_like do
# ...
end
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment