lib/olivander/application_context.rb in five-two-nw-olivander-0.1.2.2 vs lib/olivander/application_context.rb in five-two-nw-olivander-0.1.2.3

- old
+ new

@@ -1,7 +1,7 @@ module Olivander class ApplicationContext - attr_accessor :name, :logo, :company, :menu_items + attr_accessor :name, :logo, :company, :menu_items, :route_builder def self.default ctx = ApplicationContext.new ctx.company.name = 'Company Name' ctx