# File lib/dragonfly/configurable.rb, line 56 def has_configuration_method?(method_name) configuration_methods.include?(method_name.to_sym) end