Browse Source

eperez-timeinput
Jason Denney 11 years ago
parent
commit
8172b04805
  1. 8
      app/components/check_ins.rb

8
app/components/check_ins.rb

@ -19,5 +19,13 @@ class CheckIns < Netzke::Basepack::Grid
:start_date, :start_date,
:end_date, :end_date,
] ]
c.prohibit_update = true
c.prohibit_create = true
c.prohibit_delete = true
end end
def default_bbar
[ :search ]
end
end end

Loading…
Cancel
Save