Skip to content

Commit 2d24084

Browse files
committed
Update application_controller.rb
1 parent 3b8c3c8 commit 2d24084

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

app/controllers/application_controller.rb

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class ApplicationController < ActionController::Base
3737

3838
# GET /
3939
def main2
40+
@services = {
41+
strains: Strain.all.order(created_at: :desc)
42+
}
4043
@display = {
4144
validly_published:
4245
[:abbr_name, [:names_path, sort: :date, status: :SeqCode]],

0 commit comments

Comments
 (0)