1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-02-28 16:53:23 -05:00
This commit is contained in:
Jason Denney 2013-06-11 00:34:01 -04:00
parent 7c85e2901f
commit 8172b04805

View File

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