# File lib/dragonfly/app.rb, line 115
      def method_missing(meth, *args)
        raise NoMethodError, "no method '#{meth}' for App configuration - but the configuration API has changed! see docs at http://markevans.github.io/dragonfly for details"
      end