mirror of https://github.com/fspc/BikeShed-1.git
Jason Denney
12 years ago
5 changed files with 6 additions and 8 deletions
@ -1,10 +1,10 @@ |
|||||
class UserRoles < Netzke::Basepack::Grid |
class UserRoleJoins < Netzke::Basepack::Grid |
||||
|
|
||||
def configure(c) |
def configure(c) |
||||
super |
super |
||||
c.model = "UserRoleJoin" |
c.model = "UserRoleJoin" |
||||
c.title = "User Roles" |
c.title = "User Roles" |
||||
#c.columns = [ :user__first_name, :role__role, :created_at, :updated_at, :ends ] |
c.columns = [ :user__first_name, :role__role, :created_at, :updated_at, :ends ] |
||||
|
#c.columns = [ :user__first_name] |
||||
end |
end |
||||
|
|
||||
#override with nil to remove actions |
#override with nil to remove actions |
Loading…
Reference in new issue