Class: ExvoAuth::Models::Sharing

Inherits:
Object
  • Object
show all
Defined in:
lib/exvo_auth/models/sharing.rb

Overview

TODO: activemodel with validations

Class Method Summary collapse

Class Method Details

.create(attrs = {}) ⇒ Object



3
4
5
# File 'lib/exvo_auth/models/sharing.rb', line 3

def self.create(attrs = {})
  new(attrs).save
end