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 wanna let users have blog settings like title and description of the blog itself rather than individual posts I see posts belongs_to :blogger, :polymorphic => true but there's no blogger model it's whatever model the main app has "blog" in How do I add a settings model so I can say blogger has one blog setting
The text was updated successfully, but these errors were encountered:
I wanna let users have blog settings like title and description of the blog itself rather than individual posts I see posts belongs_to :blogger, :polymorphic => true but there's no blogger model it's whatever model the main app has "blog" in How do I add a settings model so I can say blogger has one blog setting
The text was updated successfully, but these errors were encountered: