Gem to moderate fields of a model or its associations for Rails and ActiveRecord
Go to file
Guillaume Dott 9268dfb0b9 Do not automatically include TheModerator::Model in ActiveRecord::Base
When automatically including the module in ActiveRecord::Base, it gives
a hierarchy error with Rails 4.
The module must be included in the required models.
2014-08-07 17:42:30 +02:00
lib Do not automatically include TheModerator::Model in ActiveRecord::Base 2014-08-07 17:42:30 +02:00
spec Test moderation of fields of an associated model 2013-11-28 11:08:22 +01:00
.gitignore Create dummy rails app with combustion and first tests 2013-11-28 11:08:21 +01:00
.rspec Create dummy rails app with combustion and first tests 2013-11-28 11:08:21 +01:00
Gemfile First commit 2013-11-28 11:08:21 +01:00
LICENSE.txt First commit 2013-11-28 11:08:21 +01:00
README.md First commit 2013-11-28 11:08:21 +01:00
Rakefile First commit 2013-11-28 11:08:21 +01:00
the_moderator.gemspec Write description and summary 2013-11-28 11:08:22 +01:00

README.md

TheModerator

TODO: Write a gem description

Installation

Add this line to your application's Gemfile:

gem 'the_moderator'

And then execute:

$ bundle

Or install it yourself as:

$ gem install the_moderator

Usage

TODO: Write usage instructions here

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

License

TheModerator is released under AGPLv3 license. Copyright (c) 2013 La Fourmi Immo