malkomalko
3/7/2009 - 4:22 PM

gistfile1.txt

defaults: &defaults
  attachment_plugin: 'paperclip' # => paperclip/attachment_fu
  controller_pattern: 'default' # => default/resource_controller
  layouts:
    default: 'default' # => default (more coming soon)
    main_layout: 'buttons_with_efx'
  ignored: # => ignored tables/fields won't appear in model.yml
    tables: [table1 table2]
    fields: [field1 field2]