parent
442eb24fc0
commit
42357d1f74
@ -0,0 +1 @@
|
||||
json.praise_count @praise_count
|
@ -0,0 +1,5 @@
|
||||
class AddPraisesCountForHacks < ActiveRecord::Migration[5.2]
|
||||
def change
|
||||
add_column :hacks, :praises_count, :integer, :default => 0
|
||||
end
|
||||
end
|
Loading…
Reference in new issue