Skip to content

Commit

Permalink
Fix typo in mass-assignment module
Browse files Browse the repository at this point in the history
  • Loading branch information
RKushnir committed Dec 3, 2013
1 parent 88677b6 commit 325d48d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/virtus/model.rb
Expand Up @@ -62,7 +62,7 @@ def self.extended(descendant)
descendant.extend(Extensions::AllowedWriterMethods)
descendant.extend(InstanceMethods::MassAssignment)
end
private_class_method :included
private_class_method :extended

end # MassAssignment

Expand Down

0 comments on commit 325d48d

Please sign in to comment.