Initial commit.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: env
|
||||
# key: env
|
||||
# --
|
||||
env "${1:RAILS_ENV}" do
|
||||
value "${2:production}"
|
||||
end
|
Reference in New Issue
Block a user