lib/princely.rb in yellowlab-princely-1.2.5.yellowlab.4 vs lib/princely.rb in yellowlab-princely-1.2.5.yellowlab.5

- old
+ new

@@ -43,10 +43,10 @@ # Initialize method # def initialize # Finds where the application lives, so we can call it. - @exe_path = self.class.prince_executable + @exe_path = self.class.prince_executable.dup @style_sheets = '' @log_file = self.class.log_file @logger = Rails.logger end