Sha256: 9eb2993d214282a5d1d9d7811f39fd85e04f5c91881426d6b94618a14339c6c0

Contents?: true

Size: 547 Bytes

Versions: 30

Compression:

Stored size: 547 Bytes

Contents

# Application template recipe for the rails_apps_composer. Check for a newer version here:
# https://github.com/gmgp/rails_apps_composer/blob/master/recipes/inherited_resources.rb

if config['inherited_resources']
  gem 'inherited_resources'
else
  recipes.delete('inherited_resources')
end


__END__

name: InheritedResources
description: "Include inherited_resources "
author: Gmgp

category: other
tags: [utilities, configuration]

config:
  - inherited_resources:
      type: boolean
      prompt: Would you like to use 'inherited_resources'?

Version data entries

30 entries across 30 versions & 2 rubygems

Version Path
rails_apps_composer-1.5.5 recipes/inherited_resources.rb
rails_apps_composer-1.5.4 recipes/inherited_resources.rb
rails_apps_composer-1.5.3 recipes/inherited_resources.rb
rails_apps_composer-1.5.2 recipes/inherited_resources.rb
rails_apps_composer-1.5.1 recipes/inherited_resources.rb
thyone_creator-0.0.5 recipes/inherited_resources.rb
thyone_creator-0.0.4 recipes/inherited_resources.rb
thyone_creator-0.0.3 recipes/inherited_resources.rb
thyone_creator-0.0.2 recipes/inherited_resources.rb
rails_apps_composer-1.5.0 recipes/inherited_resources.rb
rails_apps_composer-1.4.15 recipes/inherited_resources.rb
rails_apps_composer-1.4.14 recipes/inherited_resources.rb
rails_apps_composer-1.4.13 recipes/inherited_resources.rb
rails_apps_composer-1.4.12 recipes/inherited_resources.rb
rails_apps_composer-1.4.11 recipes/inherited_resources.rb
rails_apps_composer-1.4.10 recipes/inherited_resources.rb
rails_apps_composer-1.4.9 recipes/inherited_resources.rb
rails_apps_composer-1.4.8 recipes/inherited_resources.rb
rails_apps_composer-1.4.7 recipes/inherited_resources.rb
rails_apps_composer-1.4.6 recipes/inherited_resources.rb