Guest User

Untitled

a guest
Jan 21st, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.67 KB | None | 0 0
  1. ActionView::Template::Error (undefined method `name' for nil:NilClass):
  2. 1: <% current_user.moderators.each do |mod| %>
  3. 2: <div id="invisible-on-<%= mod.channel_id %>" class="invisible-moderator <%= "enabled" if mod.invisible %>" ><%= mod.channel.name %></div>
  4. 3: <% end %>
  5. 4: <div id="channel-tabs">
  6. 5: <ul>
  7. app/views/home/_chat.html.erb:2:in `_app_views_home__chat_html_erb___1069163833__757030858_1332958'
  8. app/views/home/_chat.html.erb:1:in `_app_views_home__chat_html_erb___1069163833__757030858_1332958'
  9. app/views/home/chat.js.erb:2:in `_app_views_home_chat_js_erb__4647173__757000268_0'
  10. app/controllers/home_controller.rb:5:in `chat'
Add Comment
Please, Sign In to add comment