planbcd-rails
PlanBCD For Rails! So great.
Installation
Add the planbcd-rails gem to your Gemfile.
gem "planbcd-rails"
And run bundle install. The rest of the installation depends on
whether the asset pipeline is being used.
Then, initialize planbcd.
bundle exec rails generate planbcd:install
TODO
- Add an option to insert the PlanBCD tag to any page
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
Copyright
Copyright (c) 2014 Daisuke Taniwaki. See LICENSE for details.


