Bike log events are instanteous, remove end_date

This commit is contained in:
Jason Denney
2013-09-02 15:26:08 -04:00
parent 0aa9c16dbd
commit 69c01b8225
-1
View File
@@ -45,7 +45,6 @@ class BikeLogs < Netzke::Basepack::Grid
def default_fields_for_forms
[
{ :name => :start_date},
{ :name => :end_date},
{ :name => :description},
#had to hack acts_as_loggable/log.rb to get this to work
{ :name => :bike_action__action, :field_label => 'Action'}