mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-08 21:06:24 +08:00
update addon controller
This commit is contained in:
parent
88df4b2a11
commit
41d42d47bd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ module Users
|
||||||
module Settings
|
module Settings
|
||||||
module Account
|
module Account
|
||||||
class AddonsController < ApplicationController
|
class AddonsController < ApplicationController
|
||||||
before_action :set_breadcrumbs_items, only: %i(index show)
|
before_action :set_breadcrumbs_items, only: %i(index)
|
||||||
layout 'fluid'
|
layout 'fluid'
|
||||||
|
|
||||||
def index
|
def index
|
||||||
|
|
Loading…
Add table
Reference in a new issue