class RailsParam::Coercion::StringParam

Public Instance Methods

coerce() click to toggle source
# File lib/rails_param/coercion/string_param.rb, line 4
def coerce
  String(param)
end