diff --git a/app/controllers/effin_quotes_controller.rb b/app/controllers/effin_quotes_controller.rb index 07f13aa..3e72a0a 100644 --- a/app/controllers/effin_quotes_controller.rb +++ b/app/controllers/effin_quotes_controller.rb @@ -6,7 +6,7 @@ def index end def logs - @logs = EffinLog.order(created_at: :desc) + @logs = EffinLog.order(created_at: :desc).limit(50) end def home; end