module Reactor::Attributes

This module provides support for ActiveRecord like attribute setting, plus additional set method, which is equivalent to the setters.

Date attributes are converted to correct format, when passed as Time-like objects. Links within HTML attributes are scanned and are converted if they point to local objects, so that the CM stores them as internal links.

@note date attributes accept strings as values, and tries to parse them with Time.parse (unless they are in ISO format) @note link recognition works only on relative urls. All absolute urls are recognized as external links