module ActiveShotgun::Model::Delete::ClassMethods

Public Instance Methods

revive(id) click to toggle source
# File lib/active_shotgun/model/delete.rb, line 12
def revive(id)
  shotgun_client.revive(id)
end