diff options
| author | mo khan <mo@mokhan.ca> | 2014-05-17 21:47:38 -0600 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2014-05-17 21:47:38 -0600 |
| commit | 5cfd25f7380f1cbaa724ebae8fd86debd9892b28 (patch) | |
| tree | 0147a935b5ef6c82449648b03088f7ae920fd5e8 /app/controllers/application_controller.rb | |
| parent | abc7b7e193e3def61cef9e66892598200ff2e044 (diff) | |
extract a creations repository.
Diffstat (limited to 'app/controllers/application_controller.rb')
| -rw-r--r-- | app/controllers/application_controller.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/app/controllers/application_controller.rb b/app/controllers/application_controller.rb index 248c853d..7fdd48e9 100644 --- a/app/controllers/application_controller.rb +++ b/app/controllers/application_controller.rb @@ -20,4 +20,3 @@ class ApplicationController < ActionController::Base @top_members = User.order(:creations_count => :desc).limit(3) end end - |
