Skip to content

Commit

Permalink
have removed authority from option model
Browse files Browse the repository at this point in the history
  • Loading branch information
nitinzd committed Apr 4, 2014
1 parent 981b5f3 commit 987874e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/models/option.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
class Option
include Mongoid::Document
include Mongoid::Slug
include Authority::Abilities

field :text, type: String
field :correct, type: Mongoid::Boolean
Expand Down

0 comments on commit 987874e

Please sign in to comment.