Module: Accountable

Defined in:
lib/accountable.rb,
lib/accountable/matchers.rb,
lib/accountable/accountee.rb,
lib/accountable/accountor.rb,
lib/accountable/view_helpers.rb,
lib/accountable/current_methods.rb,
lib/accountable/accountors_asset.rb,
lib/accountable/controller_actions.rb,
lib/accountable/controller_helpers.rb,
lib/accountable/active_record_extensions.rb

Defined Under Namespace

Modules: Accountee, Accountor, AccountorsAsset, ActiveRecordExtensions, ControllerActions, ControllerHelpers, CurrentMethods, Matchers, ViewHelpers

Constant Summary collapse

VERSION =
File.exist?(File.expand_path( '../VERSION', __FILE__ )) ? 
File.readlines( File.expand_path( '../VERSION', __FILE__ ) ).first : 
""