lib/media_control.rb in media_control-0.0.1 vs lib/media_control.rb in media_control-0.0.2
- old
+ new
@@ -1,8 +1,8 @@
module MediaControl
- attr_accessor :root
class << self
+ attr_accessor :root
# Configuration options
# * log: Enable message logging using ActiveRecord's logger if available or 'puts' if not. Defaults to true.
def options
@options ||= {
:log => true
\ No newline at end of file