Skip to content

Instantly share code, notes, and snippets.

@tomas-stefano
Created October 14, 2012 15:17
Show Gist options
  • Save tomas-stefano/3888880 to your computer and use it in GitHub Desktop.
Save tomas-stefano/3888880 to your computer and use it in GitHub Desktop.
Why was different? :\
[2] pry(#<#<Class:0x00000129592ef8>>)> ActionController::Base.view_paths
=> #<ActionView::PathSet:0x0000012967bd88
@paths=
[/Users/tomas/workspace/Projetos/r12-team-361/app/views,
/Users/tomas/.rvm/gems/ruby-1.9.2-p320@gangnam_style/gems/kaminari-0.14.1/app/views,
/Users/tomas/.rvm/gems/ruby-1.9.2-p320@gangnam_style/gems/devise-2.1.2/app/views]>
[3] pry(#<#<Class:0x00000129592ef8>>)> ApplicationController.helpers.view_paths
#<ActionView::PathSet:0x000001036269d0 @paths=[]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment