Lti Public Resources
LTI Public Resources is an LTI App wrapped in a mountable Rails engine.
Installation
Add this line to your application's Gemfile:
gem 'lti_public_resources'
And then execute:
$ bundle
Or install it yourself as:
$ gem install active_public_resources
To mount the engine into your Rails application, add the following route to your routes.rb
file:
mount LtiPublicResources::Engine, at: "/public_resources"
Testing
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request