Module: ActsAsHoldable::Holdable

Defined in:
lib/acts_as_holdable/holdable.rb,
lib/acts_as_holdable/holdable/core.rb

Defined Under Namespace

Modules: Core

Instance Method Summary collapse

Instance Method Details

#acts_as_holdable(options = {}) ⇒ Object



9
10
11
# File 'lib/acts_as_holdable/holdable.rb', line 9

def acts_as_holdable(options = {})
  holdable(options)
end

#holdable?Boolean

Returns:

  • (Boolean)


5
6
7
# File 'lib/acts_as_holdable/holdable.rb', line 5

def holdable?
  false
end