view test/fixtures/trackers.yml @ 1123:48c5fdd6cf10 redmine-2.2-integration

Rails 3 compatibility: renamed all named_scope calls to scope.
author luisf <luis.figueira@eecs.qmul.ac.uk>
date Tue, 08 Jan 2013 16:19:01 +0000
parents 513646585e45
children
line wrap: on
line source
--- 
trackers_001: 
  name: Bug
  id: 1
  is_in_chlog: true
  position: 1
trackers_002: 
  name: Feature request
  id: 2
  is_in_chlog: true
  position: 2
trackers_003: 
  name: Support request
  id: 3
  is_in_chlog: false
  position: 3