Skip to content

Instantly share code, notes, and snippets.

@edtjones
Last active August 29, 2015 14:15
Show Gist options
  • Save edtjones/b0a5cdbcb19b265dc4dc to your computer and use it in GitHub Desktop.
Save edtjones/b0a5cdbcb19b265dc4dc to your computer and use it in GitHub Desktop.
ContentfulRails - check Engine routes
# On the command line you can see the new routes:
bundle exec rake routes
#Which returns:
# contentful_rails /contentful ContentfulRails::Engine
# Routes for ContentfulRails::Engine:
# debug_webhooks GET /webhooks/debug(.:format) contentful_rails/webhooks#debug {:format=>:json}webhooks POST /webhooks(.:format)
# contentful_rails/webhooks#create {:format=>:json}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment