lloydmeta/push_to_devices

View on GitHub
admin/controllers/base.rb

Summary

Maintainability
A
0 mins
Test Coverage
Admin.controllers :base do

  get :index, :map => "/" do
    render "base/index"
  end
end