class RailsParam::Coercion::IntegerParam

Public Instance Methods

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