Sha256: 71995f66da30ab543c389642032b9efa3e924b36cf131dc92c4e9bfdfc3cff29
Contents?: true
Size: 361 Bytes
Versions: 9
Compression:
Stored size: 361 Bytes
Contents
= f.input :email = f.input :first_name = f.input :last_name = f.input :patronymic = f.input :phone = f.input :skype = f.input :web_site = f.input :address = f.input :user_role_id, collection: UserRoleType.all = f.input :gender, collection: GenderType.all = f.input :locale, collection: Globalize.available_locales = f.input :updated_at = f.input :created_at
Version data entries
9 entries across 9 versions & 1 rubygems