Sha256: 429374db26fb9f006dcff596014ad9dda0da161807559f2c08ed12b1cba8f735

Contents?: true

Size: 209 Bytes

Versions: 10

Compression:

Stored size: 209 Bytes

Contents

# encoding: utf-8

module ConstructorPages
  module Types
    # Text type. Render textarea.
    class TextType < ActiveRecord::Base
      belongs_to :field
      belongs_to :page, touch: true
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
constructor-pages-0.8.11 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.10 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.8 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.7 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.6 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.5 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.4 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.3 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.2 app/models/constructor_pages/types/text_type.rb
constructor-pages-0.8.1 app/models/constructor_pages/types/text_type.rb