You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
searchable do
text :name, :description, :venue, :address
text :replies do
time = Benchmark.measure do
logger.warn "Mapping event replies"
replies.map &:body
end
logger.warn "done #{time}"
end
time :date
integer :community_id
end
causes
NoMethodError (undefined method `user_signed_in?' for #BootstrapsController:0x0000012bbfd750):
tested slightly, event.rb:
searchable do
text :name, :description, :venue, :address
end
causes
NoMethodError (undefined method `user_signed_in?' for #BootstrapsController:0x0000012bbfd750):
this may help: http://stackoverflow.com/questions/7760784/devise-undefined-method-user-signed-in-for-applicationcontrollerclass
The text was updated successfully, but these errors were encountered: