Module: RestfulX
- Defined in:
- lib/restfulx.rb,
lib/restfulx/swf_helper.rb,
lib/restfulx/configuration.rb,
lib/restfulx/rx_active_record.rb
Overview
Primary RestfulX configuration options
Defined Under Namespace
Modules: AMF, ActionController, ActiveRecord, Configuration, SWFHelper, Serialization, Types, UUIDHelper
Constant Summary collapse
- VERSION_SOURCE =
YAML.load(File.read(File.join(File.dirname(__FILE__), '..', 'VERSION.yml')))
- VERSION =
"#{VERSION_SOURCE[:major]}.#{VERSION_SOURCE[:minor]}.#{VERSION_SOURCE[:patch]}"