Sha256: b4b0d2556536cbd2e6b6e1bc6950819512522cf1c1c7622d8ecbe9d237c9cbd0
Contents?: true
Size: 367 Bytes
Versions: 2
Compression:
Stored size: 367 Bytes
Contents
# user.rb inject_into_file "app/models/user.rb", before: 'end' do <<-EOF # crosstie skeleton # ldap # username # authentication_token # authorization EOF end # application_controller.rb inject_into_file "app/controllers/application_controller.rb", before: 'end' do <<-EOF # controller_helpers # authentication_token # authorization EOF end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
crosstie-0.0.3 | lib/crosstie/templates/skeleton.rb |
crosstie-0.0.2 | lib/crosstie/templates/skeleton.rb |