Sha256: 9a6f1440a2243461ad935eab198d8a6b70425783183dd294ead12a48542a879d
Contents?: true
Size: 213 Bytes
Versions: 42
Compression:
Stored size: 213 Bytes
Contents
module Locomotive module API module Forms class MyAccountForm < BaseForm attrs :name, :email, :locale, :api_key, :password, :password_confirmation end end end end
Version data entries
42 entries across 42 versions & 1 rubygems
Version | Path |
---|---|
locomotivecms-3.0.0.pre.alpha.2 | app/api/locomotive/api/forms/my_account_form.rb |
locomotivecms-3.0.0.pre.alpha | app/api/locomotive/api/forms/my_account_form.rb |