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