OSDN Git Service

Merge branch 'v06' of git.sourceforge.jp:/gitroot/pettanr/pettanr into v06
[pettanr/pettanr.git] / config / application.rb
index 3217e06..78e162f 100644 (file)
@@ -17,7 +17,7 @@ if defined?(Bundler)
 end
 
 module Pettanr
-  VERSION = '0.6.0'
+  VERSION = '0.6.1'
   class Application < Rails::Application
     # Settings in config/environments/* take precedence over those specified here.
     # Application configuration should go into files in config/initializers
@@ -61,7 +61,7 @@ config.assets.initialize_on_precompile = false
     end
     
     def self.licenses
-      @@licenses
+      @@licenses || {}
     end
      
     def self.speech_balloons=(ary)
@@ -69,7 +69,7 @@ config.assets.initialize_on_precompile = false
     end
     
     def self.speech_balloons
-      @@speech_balloons
+      @@speech_balloons || {}
     end
  end
 end