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
here is my new_blog method from the class AdminController:
public
def new_blog
case request.method
when :post
params[:all_blog][:date] = Time.now.to_formatted_s :mysql
Blog.create params[:all_blog]
redirect_to :action => "all_blog"
end
end
Hello,
I tried to integrated your plugin into my ruby on rails applications admin interface.
and
But it doesn't semm to regonize the TextArea.
The text was updated successfully, but these errors were encountered: