module Actions
Constants
- VERSION
Public Class Methods
storage_adapter()
click to toggle source
# File lib/actions.rb, line 9 def self.storage_adapter @storage_adapter end
storage_adapter=(storage_adapter)
click to toggle source
# File lib/actions.rb, line 5 def self.storage_adapter=(storage_adapter) @storage_adapter = storage_adapter end