ahoy
分析にgemを使用しています。ahoy_events
テーブルには、properties
json データ型の列があります。その列に基づいて特定のデータを見つけたい。
私が持っているとしましょう
{"tag":"a","class":"bigyapan-6","page":"/client/dashboard","text":"","href":"http://www.google.com"}
これをデータとして、find_byクラスにしたい。
rails c
私が走ったときAhoy::Event.find_by(properties[:class]: "bigyapan-6")
、それは私にエラーを与えました
Ahoy::Event.find_by(properties["class"]: "bigyapan-6")
SyntaxError: unexpected ')', expecting end-of-input