Commit 450a5ae09742f0d5b7ca264e36de2974468bc22b

Authored by Karpikau Andrei
1 parent 19bf0ecf

check save repeat content

  1 +require 'kanjai/template_generator'
  2 +
1 module Kanjai 3 module Kanjai
2 class PageContent < ActiveRecord::Base 4 class PageContent < ActiveRecord::Base
3 belongs_to :page 5 belongs_to :page
1 module Kanjai 1 module Kanjai
2 - VERSION = "0.0.106" 2 + VERSION = "0.0.107"
3 end 3 end