Skip to content

Instantly share code, notes, and snippets.

@pschyska
Created October 6, 2010 18:34
Show Gist options
  • Save pschyska/613848 to your computer and use it in GitHub Desktop.
Save pschyska/613848 to your computer and use it in GitHub Desktop.
class Netzke::Modules::Core::People < Netzke::ThemisGrid
def config
super.merge({
:title=>'Personen',
:model=>'Netzke::ModelExtensions::CorePerson',
:scope=>{:person_type=>'natürlich'},
:context_menu => nil,
:tbar=>[:search.ext_action],
:columns=>[:name,:first_name,:roles],
})
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment