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
I have a problem with the search entries.
I put "LetsFreckle::Entry.find" in my controller, it returns me a 400 error,while I put the URL directly into a browser a result is displayed.
LetsFreckle::Entry.find(:from => '2014-07-10').each do |entry|
puts entry.description
end
Fetch failed, HTTP error: 400
The text was updated successfully, but these errors were encountered:
Hello,
I have a problem with the search entries.
I put "LetsFreckle::Entry.find" in my controller, it returns me a 400 error,while I put the URL directly into a browser a result is displayed.
LetsFreckle::Entry.find(:from => '2014-07-10').each do |entry|
puts entry.description
end
Fetch failed, HTTP error: 400
The text was updated successfully, but these errors were encountered: