Sha256: 1b7f961958cff2c5c590c541af7b5f1aaf33f1735c81f819b8a3c6d441d65e0b

Contents?: true

Size: 273 Bytes

Versions: 17

Compression:

Stored size: 273 Bytes

Contents

Rails.application.routes.draw do
  root to: 'home#index'

  controller :sessions do
    get 'login' => :new, :as => :login
    post 'login' => :create, :as => :authenticate
    get 'auth/shopify/callback' => :callback
    get 'logout' => :destroy, :as => :logout
  end
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
shopify_app-6.4.2 test/dummy/config/routes.rb
shopify_app-6.4.1 test/dummy/config/routes.rb
shopify_app-6.4.0 test/dummy/config/routes.rb
shopify_app-6.3.0 test/dummy/config/routes.rb
shopify_app-6.2.1 test/dummy/config/routes.rb
shopify_app-6.2.0 test/dummy/config/routes.rb
shopify_app-6.1.3 test/dummy/config/routes.rb
shopify_app-6.1.2 test/dummy/config/routes.rb
shopify_app-6.1.1 test/dummy/config/routes.rb
shopify_app-6.1.0 test/dummy/config/routes.rb
shopify_app-6.0.6 test/dummy/config/routes.rb
shopify_app-6.0.5 test/dummy/config/routes.rb
shopify_app-6.0.4 test/dummy/config/routes.rb
shopify_app-6.0.3 test/dummy/config/routes.rb
shopify_app-6.0.2 test/dummy/config/routes.rb
shopify_app-6.0.1 test/dummy/config/routes.rb
shopify_app-6.0.0 test/dummy/config/routes.rb