Exception: Pageflow::EditLock::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
app/models/pageflow/edit_lock.rb

Instance Method Summary collapse

Instance Method Details

#codeObject



9
10
11
# File 'app/models/pageflow/edit_lock.rb', line 9

def code
  self.class.name.split('::').last.underscore
end