<p>Here are the steps to setup FriendlyId's to your current rails app.</p>
<p>First add your gem and bundle install</p>
Post.find_each(&:save)
<p><br />If you find you are having the issue Post not found with 'id'=<em>test</em></p>
<p>In Controller Change:</p>
<p>Post.friendly.find to Post.find</p>
<p>In Model add:</p>
<p>use: [:slugged,:finders]</p>