Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はレールの宝石でブレッドクラムを使用しています。そして、パスにパラメーターを渡す方法を知りたいです。このようなもの:
add_breadcrumb "ホーム", :my_path @my_parameter
どうやってやるの?
routes.rbでパラメーターを受け入れるパスを設定するのが最も簡単だと思います。その後、パラメーターを渡すことを心配する必要はありません。