Sha256: e50c16f598f12a3c66d03c977f5ac373457f509f95cacd511160b32b479dc2e8
Contents?: true
Size: 423 Bytes
Versions: 7
Compression:
Stored size: 423 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