places
Sessionhas_many :places
Ошибка в местеif @session.place.place
undefined method `place'.
place
.Стоит заметить, что в консоли я смог добраться до номера места так:Бред какой-то.ssession.places.last.place
session.places.last
и есть экземпляр класса Place. У тебя получается place.place ?! GIT - the stupid content trackerGit не станет выполнять работу за разработчика.
This article will explain how to use two of them: git filter-branch and the BFG Repo-Cleaner.
class JobCreateEvents < Struct.new(:event_id, user_id)
def perform
user = User.find(user_id)
event = Event.find(event_id)
# ...
# долгая операция
# ...
end
end
Delayed::Job.enqueue JobCreateEvents.new(@event.id, @current_user.id)