Sha256: eb12e302239ba3ea279072b6bb05d1fd205e48f20ee987700b6de66af40acc5c
Contents?: true
Size: 578 Bytes
Versions: 15
Compression:
Stored size: 578 Bytes
Contents
# Copyright (c) 2008-2013 Michael Dvorkin and contributors. # # Fat Free CRM is freely distributable under the terms of MIT license. # See MIT-LICENSE file or http://www.opensource.org/licenses/mit-license.php #------------------------------------------------------------------------------ class List < ActiveRecord::Base validates_presence_of :name validates_presence_of :url belongs_to :user # Parses the controller from the url def controller (url || "").sub(/\A\//, '').split(/\/|\?/).first end ActiveSupport.run_load_hooks(:fat_free_crm_list, self) end
Version data entries
15 entries across 15 versions & 2 rubygems