Sha256: fcd5598db24d9f7a2468f35fb8beafe7bc9e68df4a9f27ae36f9aa350c4fecb3
Contents?: true
Size: 630 Bytes
Versions: 4
Compression:
Stored size: 630 Bytes
Contents
module Adminpanel class Auth < ActiveRecord::Base include Adminpanel::Base def self.form_attributes [ { 'name' => { 'type' => 'text_field', 'label' => 'Cuenta:' } }, { 'value' => { 'type' => 'wysiwyg_field', 'show' => 'show', 'label' => 'Access Key' } }, { 'key' => { 'type' => 'text_field', 'show' => 'show', 'label' => 'Llave' } } ] end def self.display_name 'Cuenta' end end end
Version data entries
4 entries across 4 versions & 1 rubygems