lib/generators/mindapp/templates/app/controllers/sessions_controller.rb in mindapp-0.0.2 vs lib/generators/mindapp/templates/app/controllers/sessions_controller.rb in mindapp-0.0.3
- old
+ new
@@ -1,8 +1,8 @@
# encoding: utf-8
class SessionsController < ApplicationController
def new
- @title= 'เข้าใช้ระบบ'
+ @title= 'Sign In'
end
# to refresh the page, must know BEFOREHAND that the action needs refresh
# then use attribute 'data-ajax'=>'false'
# see app/views/sessions/new.html.erb for sample