Class: List

Inherits:
ActiveRecord::Base
  • Object
show all
Defined in:
app/models/list.rb

Overview

Copyright © 2008-2013 Michael Dvorkin and contributors.

Fat Free CRM is freely distributable under the terms of MIT license. See MIT-LICENSE file or www.opensource.org/licenses/mit-license.php


Instance Method Summary collapse

Instance Method Details

#controllerObject

Parses the controller from the url



10
11
12
# File 'app/models/list.rb', line 10

def controller
  (url || "").sub(/^\//,'').split(/\/|\?/).first
end