Skip to content

Commit

Permalink
remove pry that I left in
Browse files Browse the repository at this point in the history
  • Loading branch information
jkthorne committed Mar 3, 2016
1 parent 81c9ec2 commit c32544c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/aasm/persistence/redis_persistence.rb
Expand Up @@ -15,7 +15,6 @@ module InstanceMethods
# redis-objects removed the key from redis when set to nil
def initialize(*args)
super
#require "pry"; binding.pry
state = send(self.class.aasm.attribute_name)
state.value = aasm.determine_state_name(self.class.aasm.initial_state)
end
Expand Down

0 comments on commit c32544c

Please sign in to comment.