This commit is contained in:
Jason Denney
2013-06-11 00:34:01 -04:00
parent 7c85e2901f
commit 8172b04805
+8
View File
@@ -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