Sha256: f8b205cbfb970e7b6fbbd26eb556dc133bac55c026ec835a8fd35ea78ee3e1be

Contents?: true

Size: 225 Bytes

Versions: 13

Compression:

Stored size: 225 Bytes

Contents

class HelloController < ApplicationController
  def hello

  end

  def login
    #this sets the current user to a dummy user, to simulate a login.
    current_user
    render "hello", notice: "Thanks for login in"
  end
end

Version data entries

13 entries across 13 versions & 2 rubygems

Version Path
i18nline-0.0.15.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.14.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.12.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.11.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.10.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.8.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.7.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.6.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-rails-0.0.5.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.5.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.4.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.3.alpha test/dummy/app/controllers/hello_controller.rb
i18nline-0.0.2.alpha test/dummy/app/controllers/hello_controller.rb