Sha256: 2db968f1fc035737fb42e82082f56af9c21c39497f39f8181ba842d2c9968339

Contents?: true

Size: 286 Bytes

Versions: 4

Compression:

Stored size: 286 Bytes

Contents

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
voluntary-ember_js-0.1.0 app/assets/javascripts/voluntary/ember_js/controllers/application_controller.js.coffee
voluntary-ember_js-0.0.4 app/assets/javascripts/voluntary/ember_js/controllers/application_controller.js.coffee
voluntary-ember_js-0.0.3 app/assets/javascripts/voluntary/ember_js/controllers/application_controller.js.coffee
voluntary-ember_js-0.0.2 app/assets/javascripts/voluntary/ember_js/controllers/application_controller.js.coffee