Fix TimeEntry scope

This commit is contained in:
Jason Denney
2014-05-03 19:28:56 -04:00
parent 4224f0de40
commit 57d72c04a7
+1 -1
View File
@@ -1,7 +1,7 @@
class TimeEntry < ActsAsLoggable::Log class TimeEntry < ActsAsLoggable::Log
default_scope where( loggable_type: "User", default_scope where( loggable_type: "User",
logger_type: "User", logger_type: "User",
log_action_type: "ActsAsLoggable::UserAction") log_action_type: "ActsAsLoggable::UserAction").where("log_action_id != 4").order("start_date DESC")
def copy_to_bike_history(bike_id) def copy_to_bike_history(bike_id)
self.assign_attributes({ self.assign_attributes({