Module: ActionService::Exporting

Defined in:
lib/action_service/exporting.rb

Overview

:nodoc:

Defined Under Namespace

Modules: ClassMethods Classes: ExportError

Class Method Summary collapse

Class Method Details

.append_features(base) ⇒ Object

:nodoc:



6
7
8
9
10
11
12
# File 'lib/action_service/exporting.rb', line 6

def self.append_features(base) # :nodoc:
  super
  base.class_inheritable_option :report_exceptions, true
  base.class_inheritable_option :export_name_mangling, true
  base.class_inheritable_option :default_export
  base.extend(ClassMethods)
end