Skip to content

natewinn/wildfire

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#Wildfire App#

  • Display data from two models

    :location has_many :wildfires :wildfire belongs_to :location

  • Index, new, and show for both resources
  • Associate new wildfires with existing locations
  • Searches that let you query on both tables including JOINS
  • Queries performed in controller using params sent.
  • Custom collection route for the search.
  • Use form_tag for searches
  • Render the results in the same search action instead of redirecting

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors