bump administrate
This commit is contained in:
parent
53d3e542fb
commit
95cd176bf2
2 changed files with 5 additions and 1 deletions
|
@ -83,7 +83,7 @@ GEM
|
|||
zeitwerk (~> 2.2, >= 2.2.2)
|
||||
addressable (2.7.0)
|
||||
public_suffix (>= 2.0.2, < 5.0)
|
||||
administrate (0.13.0)
|
||||
administrate (0.14.0)
|
||||
actionpack (>= 4.2)
|
||||
actionview (>= 4.2)
|
||||
activerecord (>= 4.2)
|
||||
|
|
4
app/dashboards/demande_dashboard.rb
Normal file
4
app/dashboards/demande_dashboard.rb
Normal file
|
@ -0,0 +1,4 @@
|
|||
require "administrate/base_dashboard"
|
||||
|
||||
class DemandeDashboard < Administrate::BaseDashboard
|
||||
end
|
Loading…
Reference in a new issue