launchscout / nku

NKU Class Spring
5 stars 14 forks source link

Student index #77

Closed awh112 closed 10 years ago

awh112 commented 10 years ago

So, if we are using our student index for our seating chart, what is the best way to approach adding a student index page that just shows student information?

beisert1 commented 10 years ago

Kevin and Mitch's version may help: http://nku-rails.herokuapp.com/

Seems to be just a separate page with the seating chart and date stripped out.

awh112 commented 10 years ago

Thanks. I actually ended up using a parameter and changing my view based on the params passed in the query. Not sure if it is better/worse.