mirror of
https://github.com/fspc/BikeShed-1.git
synced 2026-09-16 08:31:36 -04:00
Added api/time_entry/delete method
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
FactoryGirl.define do
|
||||
factory :time_entry do
|
||||
loggable_type User.to_s
|
||||
logger_type User.to_s
|
||||
start_date Time.now
|
||||
end_date Time.now
|
||||
log_action_id 1
|
||||
log_action_type ActsAsLoggable::UserAction.to_s
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user