Last active
August 29, 2015 14:15
-
-
Save edtjones/b0a5cdbcb19b265dc4dc to your computer and use it in GitHub Desktop.
ContentfulRails - check Engine routes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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