Sha256: d5d217561b2758dd8824e9a58973283240448825b61f5f5bebe9f89b5a8d7f5d

Contents?: true

Size: 218 Bytes

Versions: 21

Compression:

Stored size: 218 Bytes

Contents

# encoding: utf-8

module ConstructorPages
  module Types
    # Boolean type. Render as checkbox.
    class BooleanType < ActiveRecord::Base
      belongs_to :field
      belongs_to :page, touch: true
    end
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
constructor-pages-1.0.0beta1 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.9.1 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.9.0 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.19 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.18 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.17 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.16 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.15 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.14 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.13 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.12 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.11 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.10 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.8 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.7 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.6 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.5 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.4 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.3 app/models/constructor_pages/types/boolean_type.rb
constructor-pages-0.8.2 app/models/constructor_pages/types/boolean_type.rb