Sha256: 5e05c88154620778e2beecb95995a3f37a167ea5b2b01087d1fe7dfac86ec186
Contents?: true
Size: 377 Bytes
Versions: 1
Compression:
Stored size: 377 Bytes
Contents
<%= current_env %> <% if pickle %>require 'pickle/world'<% end %> <% if pickle_path %>require 'pickle/path/world'<% end %> <% if pickle_email %>require 'pickle/email/world'<% end %> <% if pickle %> # Example of configuring pickle: # # Pickle.configure do |config| # config.adaptors = [:machinist] # config.map 'I', 'myself', 'me', 'my', :to => 'user: "me"' # end <% end -%>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
ianwhite-pickle-0.1.6 | rails_generators/pickle/templates/env.rb |