# File lib/dragonfly/configurable.rb, line 39
      def has_config_method?(method_name)
        config_methods.include?(method_name.to_sym)
      end