lib/gemirro/configuration.rb in gemirro-0.6.0 vs lib/gemirro/configuration.rb in gemirro-0.7.0

- old
+ new

@@ -38,9 +38,18 @@ def self.template_directory File.expand_path('../../../template', __FILE__) end ## + # Returns the views path to render templates + # + # @return [String] + # + def self.views_directory + File.expand_path('../../../views', __FILE__) + end + + ## # Returns default configuration file path # # @return [String] # def self.default_configuration_file