Rails ActiveRecord: How to find all items that starts with something?
Model.where("table_column LIKE :prefix", prefix: "#{keyword}%")