lib/olivander/application_context.rb in five-two-nw-olivander-0.1.2.23 vs lib/olivander/application_context.rb in five-two-nw-olivander-0.1.2.24
- old
+ new
@@ -1,7 +1,7 @@
module Olivander
class ApplicationContext
- attr_accessor :name, :logo, :company, :menu_items, :route_builder, :sign_out_path
+ attr_accessor :name, :logo, :company, :menu_items, :route_builder, :sign_out_path, :sidebar_background_class
def self.default
ctx = ApplicationContext.new
ctx.company.name = 'Company Name'
ctx