@edits = Changeset.find(:all,
:include => [:user, :changeset_tags],
:conditions => conditions,
@edits = Changeset.find(:all,
:include => [:user, :changeset_tags],
:conditions => conditions,
# query changesets which are closed
# ('closed at' time has passed or changes limit is hit)
def conditions_closed(closed)
# query changesets which are closed
# ('closed at' time has passed or changes limit is hit)
def conditions_closed(closed)