我正在利用指挥手段,在铁路3中建立汽车模型:
rails generate model Car name:string id_str:string
但我想到的是错误:
/home/XX/.rvm/gems/ruby-1.9.2-p290/gems/activesupport-3.1.1/lib/active_support/dependencies.rb:234:in `load : /home/XX/myapp/config/initializers/session_store.rb:3: syntax error, unexpected : , expecting $end (SyntaxError)
...sion_store :cookie_store, key: _myapp_session
为什么?
我的<代码>session_store.rb
Myapp::Application.config.session_store :cookie_store, key: _myapp_session
What s wrong with 我的<代码>session_store.rb?