lib/vanity/vanity.rb in vanity-2.0.0.beta9 vs lib/vanity/vanity.rb in vanity-2.0.0
- old
+ new
@@ -1,8 +1,10 @@
#
# Run time configuration and helpers
#
module Vanity
+ extend Vanity::Helpers
+
# Returns the current configuration.
#
# @see Vanity::Configuration
# @since 2.0.0
def self.configuration(set_if_needed=true)
\ No newline at end of file