time.google.com
time1.google.com
time2.google.com
time3.google.com
| ########################################################### | |
| # # | |
| # VMware Virtual SAN -- Making Storage Great Again # | |
| # # | |
| ########################################################### | |
| ########################################################### | |
| # # | |
| # The All-in-One Virtual SAN Deployment Script # | |
| # # | |
| # by Alan Renouf and Rawlinson # |
| class PostsController < ActionController::Base | |
| def create | |
| Post.create(post_params) | |
| end | |
| def update | |
| Post.find(params[:id]).update_attributes!(post_params) | |
| end | |
| private |