app/controllers/admin_controller.rb
Method stats
has 27 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
def stats
stats = {}
stats[:activeaccs] = User.where('last_library_update >= ?', 1.day.ago).count
stats[:feedposts] = Story.where('created_at >= ?', 1.day.ago).count