lib/classy_assets.rb in classy_assets-0.3.1 vs lib/classy_assets.rb in classy_assets-0.3.2

- old
+ new

@@ -37,14 +37,14 @@ def self.asset_host=(host) @asset_host = host end def self.asset_host_protocol - @asset_host_protoco || :relative + @asset_host_protocol || :relative end - def self.asset_host_protocol=(host) - @asset_host = host + def self.asset_host_protocol=(protocol) + @asset_host_protocol = protocol end def self.asset_prefix @asset_prefix || 'assets' end