Class: FacebookAds::AdvertisableApplication

Inherits:
Base
  • Object
show all
Defined in:
lib/facebook_ads/advertisable_application.rb

Overview

Constant Summary collapse

FIELDS =
%w[].freeze

Instance Method Summary collapse

Methods inherited from Base

all, delete, #destroy, find, find_by, get, paginate, post, #save, #update

Instance Method Details

#ad_accountObject

belongs_to ad_account



10
11
12
# File 'lib/facebook_ads/advertisable_application.rb', line 10

def 
   ||= AdAccount.find("act_#{account_id}")
end