fixed conflict

This commit is contained in:
Aung Myo
2017-06-07 22:29:43 +06:30
52 changed files with 746 additions and 249 deletions

View File

@@ -4,6 +4,6 @@ class Account < ApplicationRecord
has_many :menu_items
def self.collection
Account.select("id, title").map { |e| [e.title, e.id] }
end
Account.select("id, title").map { |e| [e.title, e.id] }
end
end