Sha256: 83486e14d3ec1b33d4c2a306acecbae90b28f7b62138cf244c872923b716a46a

Contents?: true

Size: 256 Bytes

Versions: 1

Compression:

Stored size: 256 Bytes

Contents

Volontariat.ApplicationController = Ember.Controller.extend
 
  actions:
    
    signOut: ->
      $.ajax('/users/sign_out', type: 'DELETE').done((data) =>
        window.location.reload()
      ).fail((data) ->
        alert 'Signing out failed!'
      )

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
voluntary-ember_js-0.0.1 app/assets/javascripts/voluntary/ember_js/controllers/application_controller.js.coffee