7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
|
import Sessions from require "models"
|
||
|
|
||
|
{
|
||
|
before_filter: =>
|
||
|
@user = Sessions\get(@session)
|
||
|
}
|