Project

General

Profile

Download (223 Bytes) Statistics
| Branch: | Tag: | Revision:

require 'shared_attributes'

def self.hook_before_create(item)
hook_common(item)
end

def self.hook_before_modify(item)
hook_common(item)
end

def self.hook_common(item)
SharedAttr.check_common_attributes(item)
end

(2-2/3)