mirror of https://github.com/fspc/BikeShed-1.git
Browse Source
-Need to scope transactions for users -Only Admins should be able to create transactionsdenney-disable-on-select
Jason Denney
12 years ago
8 changed files with 41 additions and 19 deletions
@ -0,0 +1,10 @@ |
|||
class Customers < Netzke::Basepack::Grid |
|||
def configure(c) |
|||
c.model = "Customer" |
|||
end |
|||
|
|||
#override with nil to remove actions |
|||
def default_bbar |
|||
[ :apply, :add_in_form, :search ] |
|||
end |
|||
end |
Loading…
Reference in new issue