Skip to content

Instantly share code, notes, and snippets.

@nicolasbinet
Created October 20, 2011 08:19
Show Gist options
  • Save nicolasbinet/1300658 to your computer and use it in GitHub Desktop.
Save nicolasbinet/1300658 to your computer and use it in GitHub Desktop.
Page:
actAs :
Timestampable:
Signable:
created: { name: created_by, type: integer(11) }
updated: { name: updated_by, type: integer(11) }
I18n:
fields: [title]
actAs:
Sluggable:
fields: [title]
uniqueBy: [title, lang]
canUpdate: true
columns:
section_id: { type: integer(11) }
title: { type: string(255) }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment