Method: Shark::Contract#destroy
- Defined in:
- lib/shark/contract.rb
#destroy ⇒ Object
14 15 16 17 |
# File 'lib/shark/contract.rb', line 14 def destroy raise Shark::ActionNotSupportedError, 'Shark::Contract#destroy is not supported' end |