Project

General

Profile

Remove activity_id in time_entries

Added by Lars Engström over 14 years ago

Hi.

I made a db:migration (change_column :time_entries, :activity_id, :integer, :null => true) in my plugin, then I overrided the time_entry model and removed the validates_presence_of :activity_id, but it doesn't work, any ideas?