Command Line
pry -r ./config/app_init_file.rb- load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb- load your rails into a pry session
Command Line
pry -r ./config/app_init_file.rb - load your app into a pry session (look at the file loaded by config.ru)pry -r ./config/environment.rb - load your rails into a pry session| // Class | |
| package presenters.poiattributes | |
| import scala.language.implicitConversions | |
| import play.api.templates.Html | |
| trait AttributePresenter { | |
| val identifier: String | |
| val value: Any |