1
0
mirror of https://github.com/fspc/BikeShed-1.git synced 2025-03-01 01:03:23 -05:00
Jason Denney a27c898ddb Add acts_as_loggable/bike_actions resources, controller, and views
-Note that updating doesn't work due to expose gem perhaps?  Need to fix
2012-12-09 16:27:38 -05:00

5 lines
222 B
Plaintext

- model_class = bike_action.class
.page-header
%h1=t '.title', :default => t('helpers.titles.edit', :model => model_class.model_name.human, :default => "Edit #{model_class.model_name.human}")
= render :partial => "form"