Sign in

EDIT / kanjai · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • kanjai
  • app
  • models
  • kanjai
  • template_part.rb
  • first relize
    a433119a
    Karpikau Andrei authored
    2016-04-27 16:33:32 +0300  
    Browse Files »
template_part.rb 163 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
module Kanjai
  class TemplatePart < ActiveRecord::Base
    belongs_to :page_template

    serialize :elements, Array
    serialize :field_options, Array
  end
end