aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/test/fixtures/bulbs.yml
Commit message (Collapse)AuthorAgeFilesLines
* make it possible to access fixtures excluded by a `default_scope`.Yves Senn2014-11-211-0/+5
Prior to this patch you'd end up with an error like: ``` ActiveRecord::RecordNotFound: Couldn't find <Model> with 'id'=<id> [WHERE (<default_scope condition>)] ```