main
1App.EnvironmentRoute = Ember.Route.extend
2  model: (params) ->
3    @store.find('environment', params.environment_id)