class DeviseFoundationViews::Railtie

Protected Class Methods

pattern_from(args) click to toggle source
# File lib/devise-foundation-views.rb, line 21
def self.pattern_from(args)
  array = Array(args || [])
  array.blank? ? '*' : "{#{array.join ','}}"
end