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
Even though I saved a new post, but did not publish it, it shows up when called with this:
<% @posts.each do | post | %>
Anyone run into this before & know how to avoid this? In the database, the published column shows 0 (thus not published). It does have a published_at date, but I believe this is required just to have any sort of record in the db.
Also, this is a Rails 2 project running browsercms 3.1.4.
The text was updated successfully, but these errors were encountered:
Even though I saved a new post, but did not publish it, it shows up when called with this:
<% @posts.each do | post | %>
Anyone run into this before & know how to avoid this? In the database, the published column shows 0 (thus not published). It does have a published_at date, but I believe this is required just to have any sort of record in the db.
Also, this is a Rails 2 project running browsercms 3.1.4.
The text was updated successfully, but these errors were encountered: