Class: List

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

Instance Method Summary collapse

Instance Method Details

#controllerObject

Parses the controller from the url



5
6
7
# File 'app/models/list.rb', line 5

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