Class: Umami::Models::Base

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
lib/umami/models.rb

Overview

Base class for all Umami models with read-only enforcement

Instance Method Summary collapse

Instance Method Details

#readonly?Boolean

Returns:

  • (Boolean)


37
38
39
# File 'lib/umami/models.rb', line 37

def readonly?
  true
end