Skip to content

Instantly share code, notes, and snippets.

@hogihung
Created March 30, 2014 13:27
Show Gist options
  • Save hogihung/9872817 to your computer and use it in GitHub Desktop.
Save hogihung/9872817 to your computer and use it in GitHub Desktop.
Bloc - Popular Post Refactor
mkdir app/controllers/topics/
mv app/controllers/posts_controller.rb app/controllers/topics/posts_controller.rb
mkdir app/views/topics/posts/
mv app/views/posts/_form.html.erb app/views/topics/posts/_form.html.erb
mv app/views/posts/edit.html.erb app/views/topics/posts/edit.html.erb
mv app/views/posts/new.html.erb app/views/topics/posts/new.html.erb
mv app/views/posts/show.html.erb app/views/topics/posts/show.html.erb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment