我只是不确定如何最好地编写它。干杯!
def get_prices(c)
@print_prices = Billing.where(:name => c).first.attributes.select{ |i| i.match(/^print_/) }
end
我只是不确定如何最好地编写它。干杯!
def get_prices(c)
@print_prices = Billing.where(:name => c).first.attributes.select{ |i| i.match(/^print_/) }
end