Ruby on Rails | Screencasts | Download | Documentation | Weblog | Community | Source

Ticket #8088: now_playing.rb

File now_playing.rb, 97 bytes (added by csolallo, 1 year ago)

model file

Line 
1 class NowPlaying < ActiveRecord::Base
2   set_table_name 'nowplaying'
3   set_primary_key 'NPId'
4 end