Browse Source

Remove puts

eperez-timeinput
Jason Denney 11 years ago
parent
commit
145a731ed2
  1. 2
      app/models/user.rb

2
app/models/user.rb

@ -70,7 +70,6 @@ class User < ActiveRecord::Base
log_action_id: log_action.id,
log_action_type: log_action.class.to_s)
save
puts logs.inspect
end
def checkout
@ -80,6 +79,5 @@ class User < ActiveRecord::Base
where("start_date = end_date").first
checked.end_date = Time.now
checked.save
puts logs.inspect
end
end

Loading…
Cancel
Save