Short description and motivation.
How to use my plugin.
Add this line to your zomeki application's Gemfile:
gem 'member_list', path: '/var/www/member_list'
And then execute:
$ bundle install
Add this line to your zomeki application's routes.rb:
mount ZomekiBookLibrary::Engine => '/'
Restart your zomeki application
$ bundle exec rake unicorn:restart RAILS_ENV=production
Contribution directions go here.
The gem is available as open source under the terms of the MIT License.