chore(announces): main navigation across announces
This commit is contained in:
parent
e49436aa5d
commit
178458215c
9 changed files with 57 additions and 19 deletions
|
@ -2,6 +2,10 @@ class SuperAdmins::ReleaseNotesController < ApplicationController
|
|||
before_action :authenticate_super_admin!
|
||||
before_action :set_note, only: [:edit, :update, :destroy]
|
||||
|
||||
def nav_bar_profile
|
||||
:superadmin
|
||||
end
|
||||
|
||||
def index
|
||||
@release_notes = ReleaseNote
|
||||
.order(released_on: :desc, id: :asc)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue