6 lines
172 B
Plaintext
6 lines
172 B
Plaintext
- content_for :footer do
|
|
javascript:
|
|
QMobile.setAuthToken('#{current_user.authentication_token}');
|
|
QMobile.setUserId('#{current_user.id}');
|
|
QMobile.goHome();
|