ratyrate icon indicating copy to clipboard operation
ratyrate copied to clipboard

undefined local variable or method `current_user'

Open snehpandya123 opened this issue 9 years ago • 1 comments

I have follow the documentation as shown: I do not have any model name user, then also i have this error.

my show.html.erb

  <div class="small-2 large-2 columns">
     <%= imdb_style_rating_for @profileh, current_seeker%>
   </div>
   <br>
       <% if current_seeker %>
    <div class="small-2 large-4 columns">

   orignal show:<%= rating_for @profileh, "original_score" %>

   </div>
   <% end %>

snehpandya123 avatar Jun 03 '15 03:06 snehpandya123

This may help https://github.com/Oppenheimer1/test_2/pull/1

veduket avatar Oct 10 '15 15:10 veduket