svn:external rails updated to 1.2.2
fixed ticket #372 typo in db-query sqlite3-ruby updated to 1.2.1
This commit is contained in:
parent
7378ce9610
commit
49032a99c6
4 changed files with 53 additions and 5 deletions
|
@ -23,7 +23,7 @@ class Web < ActiveRecord::Base
|
|||
'FROM revisions r ' +
|
||||
'JOIN pages p ON p.id = r.page_id ' +
|
||||
'WHERE p.web_id = ' + self.id.to_s +
|
||||
'ORDER by 1 '
|
||||
' ORDER by 1 '
|
||||
).collect { |row| row['author'] }
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue