Created
          March 6, 2014 23:50 
        
      - 
      
 - 
        
Save kwaters12/9402212 to your computer and use it in GitHub Desktop.  
    Namespaces
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | module Computers | |
| class Apple | |
| end | |
| end | |
| module Fruits | |
| class Apple | |
| end | |
| end | |
| Computers::Apple | |
| end | |
| Fruits::Apple | |
| end | |
| controllers - New folder - questions | |
| answers_controller.rb | |
| class::Questions::AnswersController < ApplicationController | |
| end | |
| resources :answers, controller: "questions/answers" | |
| namespace :drew do | |
| resources :answers, controller: "questions/answers" | |
| end | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment