lib/papermill/papermill_module.rb in papermill-0.10.4 vs lib/papermill/papermill_module.rb in papermill-0.11.0

- old
+ new

@@ -59,11 +59,12 @@ # DO NOT CHANGE THESE IN YOUR CLASSES. Only application wide (routes or associations may depend on it) :base_association_name => 'assets', :alias_only => false, # set to true so that only aliases are authorized in url/path + # aliases name must be strings! :aliases => { - # "example" => "100x100#", + # 'example' => "100x100#", }, # path to the root of your public directory :public_root => ":rails_root/public", # added to :public_root as the root folder for all papermill items :papermill_prefix => "system/papermill",