Skip to content

Commit fbffbc9

Browse files
committed
Update application_controller.rb
1 parent 38c77c5 commit fbffbc9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/controllers/application_controller.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class ApplicationController < ActionController::Base
3737

3838
# GET /
3939
def main2
40-
@services = {
40+
@entries = {
4141
validly_published: Name.where(status: 15).order(validated_at: :desc),
4242
names: Name.all_public.order(created_at: :desc),
4343
publications: Publication.all.order(journal_date: :desc),

0 commit comments

Comments
 (0)