simplex/applications/users/locator_config.moon

7 lines
98 B
Plaintext
Raw Permalink Normal View History

import Sessions from require "models"
{
before_filter: =>
@user = Sessions\get(@session)
}