Sha256: 9902ce6ea6e16902efd27f7ab60a0dbc593c18333befca8e369eabdea67ca8bd
Contents?: true
Size: 234 Bytes
Versions: 18
Compression:
Stored size: 234 Bytes
Contents
class Iugu::ApplicationDomainController < ApplicationController before_filter :get_account_from_domain private def get_account_from_domain @account = Account.get_from_domain(params[:host]) if params[:host] end end
Version data entries
18 entries across 18 versions & 1 rubygems