mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-05 12:30:15 +01:00
get tests running and fix editing context state
This commit is contained in:
parent
99eed9f638
commit
1e84adc91b
8 changed files with 27 additions and 17 deletions
|
|
@ -6,7 +6,7 @@ class Context < ActiveRecord::Base
|
|||
belongs_to :user
|
||||
|
||||
scope :active, :conditions => { :state => :active }
|
||||
scope :hidden, :conditions => { :state => :hide }
|
||||
scope :hidden, :conditions => { :state => :hidden }
|
||||
|
||||
acts_as_list :scope => :user, :top_of_list => 0
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue