psoldier
Results
2
issues of
psoldier
Hello, I'm using Sinatra and Ohm and have the following problem My Model: ``` ruby module Dscd class Process < Ohm::Model include Ohm::DataTypes include Ohm::Timestamps attribute :name attribute :enable, Type::Boolean...
Si tengo -root/shared/_adverts.haml y hago = partial :'/shared/navbar' me direcciona a: root/_/shared/navbar.haml Esto es por la línea: https://github.com/patriciomacadden/hobbit-contrib/blob/master/lib/hobbit/render.rb#L18 Donde se agrega underscore al nombre del file..