I'm using a Refinery extension someone else made. Can't describe the actual extension in detail, sorry. When I log in as any user that has access to the extension, except the admin, I see this error:uninitialized constantRefinery::SomeExtensionModule::SomeExtensionClass
Extracted source (around line #4):
1: <div id='recent_activity'>
2: <h2><%= t('.latest_activity') %></h2>
3: <% if (activity = @recent_activity.collect { |a|
4: activity_message_for(a)
5: }.reject(&:blank?)).present? %>
6: <ul class='clickable'>
7: <% activity.each do |message| %>
I think the dashboard is trying to load information about recent activity related to this extension, and gettting an error.
I don't have time to research this further right now because I have a workaround, but constantly seeing 500 errors every time I log in and ignoring them is a bad habit. Any ideas?
Thanks!
David