Commit a7ded1975b93f5ceca6949bd574c91078b9fbc0c

Authored by Leandro Santos
1 parent 0b7fa477

remove not need include

Showing 1 changed file with 0 additions and 2 deletions   Show diff stats
app/models/my_network_block.rb
1 1 class MyNetworkBlock < Block
2 2  
3   - include Rails.application.routes.url_helpers
4   -
5 3 attr_accessible :display, :box
6 4  
7 5 def self.description
... ...