Class: Cantango::Generators::AccountPermitGenerator

Inherits:
Base
  • Object
show all
Includes:
LicenseBase, PermitGenerator
Defined in:
lib/generators/cantango/account_permit/account_permit_generator.rb

Constant Summary

Constants inherited from Base

Base::CAN_ACTIONS

Instance Attribute Summary

Attributes included from PermitGenerator

#permit_logic, #permit_name

Instance Method Summary collapse

Methods included from PermitGenerator

#load_permit_template, #permit_source, #permit_target, #set_logic, #source_path, #template_account_permit, #template_filepath, #template_permit, #template_simple_permit

Methods included from Basic

#account, #admin_logic, #base_logic, #guest_logic, #license_logic, #rules_logic

Methods included from LicenseBase

#license_logic, #licenses

Instance Method Details

#main_flowObject



21
22
23
# File 'lib/generators/cantango/account_permit/account_permit_generator.rb', line 21

def main_flow
  template_permit 
end