Generic components for building Mumuki Platform applications
Add this line to your application's Gemfile:
gem 'mumukit-platform'
And then execute:
$ bundle
Or install it yourself as:
$ gem install mumukit-platform
In order to properly use this gem, you must declare organization, course and user classes, and implement some required methods:
organization:
#name
#locale
.find_by_name!
user:
.find_by_uid!
course:
.find_by_slug!
Bug reports and pull requests are welcome on GitHub at https://github.com/mumuki/mumukit-platform. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.
The gem is available as open source under the terms of the MIT License.