Module: HistoricalSociety

Extended by:
ActiveSupport::Concern
Defined in:
lib/historical_society.rb,
lib/historical_society/version.rb

Defined Under Namespace

Modules: ClassMethods

Constant Summary collapse

VERSION =
"0.1.1"

Instance Method Summary collapse

Instance Method Details

#deleteObject



23
24
25
# File 'lib/historical_society.rb', line 23

def delete
  set_deleted_at
end

#destroyObject



19
20
21
# File 'lib/historical_society.rb', line 19

def destroy
  set_deleted_at
end