Sha256: ce4f9af1058c99ef60b942159c58e669d59d195aaf0ecff94aef1c7539164e49
Contents?: true
Size: 411 Bytes
Versions: 7
Compression:
Stored size: 411 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 :trust_state, collection: UserState.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
7 entries across 7 versions & 1 rubygems