了解 我去查詢一下 js 自動提交
get '/activations/:token' => 'index#verification' 這麽定義的 不好意思回復的有些晚了
這個路徑怎麽設計才能對應到 action 啊
感謝
感謝各位給我的建議
感謝
感謝 這對我有用 我想請問一下您是怎麽知道這樣使用的 因爲我在谷歌查找用法的時候並沒有找到這樣的用法
感謝兩位 我用的是 ruby on rails 框架好像沒有辦法這樣寫 我查找了 binary 的用法但我沒找到在控制器中的寫法 account = Client.where("client_adress link binary('%#{email}%'), del_flg: 0").first 現在是這麽寫的 可是沒有解決我的問題
account = Client.where(client_adress: email, del_flg: 0).first 我把我的代碼粘貼一下 client_adress: email 我想讓這個 client_adress 對大小寫敏感 大家有什麽好 的方法嗎我無法去更改數據庫