Sha256: a2c2888a71936fca2f02e69079b0e8793730375d0bfaed7d3460fc2659288162

Contents?: true

Size: 213 Bytes

Versions: 4

Compression:

Stored size: 213 Bytes

Contents

class TestController < ApplicationController
  def login
    render :text => do_login('/', self)
  end

  def logout
    do_logout('/', self)
  end

  def signup
    render :text => do_signup('/', self)
  end
end

Version data entries

4 entries across 4 versions & 2 rubygems

Version Path
locomotive_sort_plugin-0.4.0 spec/dummy/app/controllers/test_controller.rb
locomotive_sort_plugin-0.3.1 spec/dummy/app/controllers/test_controller.rb
locomotive_page_redirect_plugin-0.1.1 spec/dummy/app/controllers/test_controller.rb
locomotive_page_redirect_plugin-0.1.0 spec/dummy/app/controllers/test_controller.rb