Skip to content

Commit

Permalink
Merged pull request #22 from joeleaver/master.
Browse files Browse the repository at this point in the history
Works with latest devise
  • Loading branch information
andreasronge committed Apr 30, 2011
2 parents be6ba50 + 14cb55d commit 178c5a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/neo4j/rails/callbacks.rb
Expand Up @@ -10,7 +10,7 @@ module Callbacks #:nodoc:

extend ActiveModel::Callbacks

define_model_callbacks :create, :save, :update, :destroy
define_model_callbacks :create, :save, :update, :destroy, :validation
end

def destroy_with_callbacks #:nodoc:
Expand Down

0 comments on commit 178c5a5

Please sign in to comment.