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