Skip to content

Commit

Permalink
Inherit from Refinery::Core::BaseModel instead of ActiveRecord::Base.
Browse files Browse the repository at this point in the history
  • Loading branch information
ugisozols committed Feb 20, 2012
1 parent c3e61db commit a1907f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/refinery/inquiries/inquiry.rb
@@ -1,6 +1,6 @@
module Refinery
module Inquiries
class Inquiry < ActiveRecord::Base
class Inquiry < Refinery::Core::BaseModel

filters_spam :message_field => :message,
:email_field => :email,
Expand Down

0 comments on commit a1907f1

Please sign in to comment.