Sha256: b6d6157828426aef8355d08ba01a0e074f52f7f85993e84cdad728e087bb6a43
Contents?: true
Size: 393 Bytes
Versions: 48
Compression:
Stored size: 393 Bytes
Contents
class DiscoApp::AppInstalledJob < DiscoApp::ShopJob include DiscoApp::Concerns::AppInstalledJob DEVELOPMENT_PLAN_ID = 1 # Implement the default_plan method to define an initial plan for shops based # on their status. def default_plan @default_plan ||= begin if @shop.plan_name === 'affiliate' DiscoApp::Plan.find(DEVELOPMENT_PLAN_ID) end end end end
Version data entries
48 entries across 48 versions & 1 rubygems