Sha256: 9e07fbc1769ae8a716d5af5054b21de271b78d21850e10eb6ad3e112a3938291

Contents?: true

Size: 468 Bytes

Versions: 12

Compression:

Stored size: 468 Bytes

Contents

module ForemanRemoteExecution
  module TemplateExtensions
    extend ActiveSupport::Concern

    included do
      accepts_nested_attributes_for :template_inputs, :allow_destroy => true
      attr_accessible :template_inputs_attributes
    end

    # create or overwrite instance methods...
    # def instance_method_name
    # end

    # module ClassMethods
    #   # create or overwrite class methods...
    #   def class_method_name
    #   end
    # end
  end
end

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
foreman_remote_execution-0.1.2 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.1.1 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.1.0 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.10 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.8 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.7 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.6 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.5 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.4 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.3 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.2 app/models/concerns/foreman_remote_execution/template_extensions.rb
foreman_remote_execution-0.0.1 app/models/concerns/foreman_remote_execution/template_extensions.rb