Sha256: be030ac9baa5f177f5cc4db0b3fa8726804d7cbd8ba655cb4352737c0f0ba4dd
Contents?: true
Size: 283 Bytes
Versions: 1
Compression:
Stored size: 283 Bytes
Contents
# Incomplete module AppDrone class SimpleForm < Drone desc "Installs SimpleForm (with custom Bootstrap integration)" def align bundle.add 'simple_form' bundle.add 'country_select' end def execute # TODO bootstrap cross-integration do! :install end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
app_drone-0.1.0 | lib/app_drone/drones/zzz/simple_form/simple_form.rb |