PASTEBIN
| #1 paste tool since 2002
create new paste
tools
api
archive
real-time
faq
PASTEBIN
create new paste
trending pastes
sign up
login
my alerts
my settings
my profile
Public Pastes
Untitled
Python | 10 sec ago
Untitled
17 sec ago
Untitled
19 sec ago
Untitled
22 sec ago
Untitled
24 sec ago
Untitled
25 sec ago
Untitled
25 sec ago
Untitled
29 sec ago
Untitled
By: a guest on Jan 28th, 2012 | syntax:
None
| size: 0.30 KB | hits: 34 | expires: Never
download
|
raw
|
embed
|
report abuse
Copied
en:
activerecord:
# model names
models:
user: "User"
# model attributes
attributes:
user:
name: "User name"
errors:
models:
user:
blank: "User invalid"
attributes:
email:
blank: "xxx"
create a
new version
of this paste
RAW Paste Data
en: activerecord: # model names models: user: "User" # model attributes attributes: user: name: "User name" errors: models: user: blank: "User invalid" attributes: email: blank: "xxx"