Sha256: da7c540d3e5550af8f0e661f61075d543b85b88428106ee651ab54defe5219aa

Contents?: true

Size: 204 Bytes

Versions: 27

Compression:

Stored size: 204 Bytes

Contents

# encoding: utf-8

module ConstructorPages
  module Types
    # HTML type. Render ckeditor wysiwyg.
    class HtmlType < ActiveRecord::Base
      belongs_to :field
      belongs_to :page
    end
  end
end

Version data entries

27 entries across 27 versions & 3 rubygems

Version Path
constructor-pages-0.8.0 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.10 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.9 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.8 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.7 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.6 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.5 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.4 app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.3 pages/app/models/constructor_pages/types/html_type.rb
constructor-core-0.7.3 pages/app/models/constructor_pages/types/html_type.rb
constructor-cms-0.7.3 pages/app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.2 pages/app/models/constructor_pages/types/html_type.rb
constructor-core-0.7.2 pages/app/models/constructor_pages/types/html_type.rb
constructor-cms-0.7.2 pages/app/models/constructor_pages/types/html_type.rb
constructor-core-0.7.1 pages/app/models/constructor_pages/types/html_type.rb
constructor-pages-0.7.0 app/models/constructor_pages/types/html_type.rb
constructor-cms-0.7.0 pages/app/models/constructor_pages/types/html_type.rb
constructor-pages-0.6.4 app/models/constructor_pages/types/html_type.rb
constructor-cms-0.6.4 pages/app/models/constructor_pages/types/html_type.rb
constructor-cms-0.6.3 pages/app/models/constructor_pages/types/html_type.rb