Module: ActiveRecord::Acts::ShellscriptExecutable

Defined in:
lib/acts_as_shellscript_executable/version.rb,
lib/acts_as_shellscript_executable/active_record/acts/shellscript_executable.rb

Defined Under Namespace

Modules: ClassMethods, InstanceMethods

Constant Summary collapse

VERSION =
'0.0.3'

Class Method Summary collapse

Class Method Details

.included(base) ⇒ Object



4
5
6
# File 'lib/acts_as_shellscript_executable/active_record/acts/shellscript_executable.rb', line 4

def self.included(base)
  base.extend(ClassMethods)
end