Calls to Discourse.ajax no longer need getURL -- will be done automatically.

This commit is contained in:
Robin Ward
2013-05-07 15:16:27 -04:00
parent 0b4fc5d81c
commit bd99d5a40c
54 changed files with 202 additions and 248 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
class CreateGroups < ActiveRecord::Migration
def change
create_table :groups do |t|
create_table :groups, force: true do |t|
t.string :name, null: false
t.timestamps
end