change layout
This commit is contained in:
parent
114ca5493a
commit
730c29bf49
|
@ -68,6 +68,10 @@ module Orbit
|
||||||
config.assets.enabled = true
|
config.assets.enabled = true
|
||||||
#config.time_zone = 'Taipei'
|
#config.time_zone = 'Taipei'
|
||||||
ENV['TZ'] = 'Asia/Taipei'
|
ENV['TZ'] = 'Asia/Taipei'
|
||||||
|
|
||||||
|
config.to_prepare do
|
||||||
|
Devise::RegistrationsController.layout false
|
||||||
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
Orbit_Apps = []
|
Orbit_Apps = []
|
||||||
|
|
Reference in New Issue