[#345] remove unneeded serialize line

This commit is contained in:
Alexander Machehin 2014-03-13 16:26:07 +06:00
parent 3229b7c3bb
commit bfc64162e1
1 changed files with 0 additions and 2 deletions

View File

@ -12,8 +12,6 @@ class ProjectToRepository < ActiveRecord::Base
validate :one_project_in_platform_repositories, on: :create
serialize :autostart_options, ActiveRecord::Coders::Hstore
AUTOSTART_OPTIONS.each do |field|
store_accessor :autostart_options, field
end