Rails.application.routes.draw do
     get 'welcome/index'

  resources :feedbacks, only: [:post]

On Monday, June 25, 2018 at 3:42:32 PM UTC-5, Stephanie_Snowflake wrote:
>
> $rails routes
>
> WARNING: Nokogiri was built against LibXML version 2.9.4, but has 
> dynamically loaded 2.8.0
> ** Invoke routes (first_time)
> ** Invoke environment (first_time)
> ** Execute environment
> ** Execute routes
>                    Prefix Verb URI Pattern                                 
>                                              Controller#Action
>             welcome_index GET  /welcome/index(.:format)                   
>                                               welcome#index
>        rails_service_blob GET 
>  /rails/active_storage/blobs/:signed_id/*filename(.:format)                 
>               active_storage/blobs#show
> rails_blob_representation GET 
>  
> /rails/active_storage/representations/:signed_blob_id/:variation_key/*filename(.:format)
>  
> active_storage/representations#show
>        rails_disk_service GET 
>  /rails/active_storage/disk/:encoded_key/*filename(.:format)               
>                active_storage/disk#show
> update_rails_disk_service PUT 
>  /rails/active_storage/disk/:encoded_token(.:format)                       
>                active_storage/disk#update
>      rails_direct_uploads POST 
> /rails/active_storage/direct_uploads(.:format)
>
> On Monday, June 25, 2018 at 3:40:26 PM UTC-5, Hassan Schroeder wrote:
>>
>> On Mon, Jun 25, 2018 at 1:34 PM, Stephanie_Snowflake 
>> <spicyc...@gmail.com> wrote: 
>>
>> > undefined local variable or method `login_url' for 
>> > #<WelcomeController:0x00007fa9da705068> 
>>
>> So does 'login' show up when you run `rake routes`? How are you 
>> authenticating? 
>>
>> -- 
>> Hassan Schroeder ------------------------ hassan.s...@gmail.com 
>> twitter: @hassan 
>> Consulting Availability : Silicon Valley or remote 
>>
>

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to rubyonrails-talk+unsubscr...@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/rubyonrails-talk/5890e71a-a7ab-45dc-9c94-5ba6fbc3b2fc%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to