lib/bullet_train/themes/light.rb in bullet_train-themes-light-1.2.27 vs lib/bullet_train/themes/light.rb in bullet_train-themes-light-1.3.0

- old
+ new

@@ -12,10 +12,9 @@ mattr_accessor :secondary_color, default: nil mattr_accessor :background, default: nil mattr_accessor :logo_color_shift, default: false mattr_accessor :show_logo_in_account, default: false mattr_accessor :navigation, default: :top - mattr_accessor :original_devise_path # TODO: Obsolete: remove after shipping a new BulletTrain version with usage removed. class Theme < BulletTrain::Themes::TailwindCss::Theme def directory_order ["light"] + super end